mirror of
https://github.com/voc/streaming-website
synced 2024-11-10 14:44:21 +00:00
Log uncaught Exceptions to stderr
This commit is contained in:
parent
4b3740b755
commit
5adc197e3c
1 changed files with 1 additions and 0 deletions
|
@ -341,4 +341,5 @@ catch(Exception $e)
|
|||
{
|
||||
ob_clean();
|
||||
require('view/500.php');
|
||||
error_log("Caught: $e");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue