Open
Description
ErrorHandler::convertExceptionToError() converts exception to error by triggering E_USER_ERROR.
PHP documentation says:
Warning
Passing E_USER_ERROR as the error_level is now deprecated. Throw an Exception or call exit() instead.