We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 536f8c2 commit 13f7c49Copy full SHA for 13f7c49
1 file changed
src/ErrorHandler.php
@@ -16,6 +16,6 @@ class ErrorHandler {
16
*/
17
function __invoke(){
18
list($errno, $errstr, $errfile, $errline) = func_get_args();
19
- throw new \ErrorException($errstr, 90053, $errno, $errfile, $errline);
+ throw new \ErrorException($errstr, 500, $errno, $errfile, $errline);
20
}
21
0 commit comments