Handle E_RECOVERABLE_ERROR with our error handler

refs #10361
This commit is contained in:
Markus Frosch 2015-10-14 16:34:22 +02:00
parent 883608b09b
commit 7ecbefee79
1 changed files with 1 additions and 0 deletions

View File

@ -493,6 +493,7 @@ abstract class ApplicationBootstrap
case E_NOTICE:
case E_WARNING:
case E_STRICT:
case E_RECOVERABLE_ERROR:
throw new ErrorException($errstr, 0, $errno, $errfile, $errline);
}
return false; // Continue with the normal error handler