I\'m trying to create a listener for listening 403, 404, and 500 exceptions. This works fine for 403 and 404 exceptions but not for 500 exceptions. For 500 exceptions (or ex
PHP 7 introduced fatal error exceptions. If you are in PHP 5.X the application stops.