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.
2 parents 13f7c49 + a5e72de commit 3fc450aCopy full SHA for 3fc450a
src/ErrorHandler.php
@@ -18,4 +18,4 @@ function __invoke(){
18
list($errno, $errstr, $errfile, $errline) = func_get_args();
19
throw new \ErrorException($errstr, 500, $errno, $errfile, $errline);
20
}
21
-}
+}
0 commit comments