Catch class Error on all root entrypoints
This commit is contained in:
@@ -95,4 +95,6 @@ try {
|
||||
$application->run();
|
||||
} catch (Exception $ex) {
|
||||
exceptionHandler($ex);
|
||||
} catch (Error $ex) {
|
||||
exceptionHandler($ex);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user