Log uncaught Exceptions to stderr

This commit is contained in:
dedeibel 2018-12-09 16:05:31 +01:00
parent 4b3740b755
commit 5adc197e3c

View file

@ -341,4 +341,5 @@ catch(Exception $e)
{
ob_clean();
require('view/500.php');
error_log("Caught: $e");
}