mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-06 05:07:36 +02:00
Exit with correct code after handling an uncaught exception, fixes #592
This commit is contained in:
@@ -130,6 +130,8 @@ class ErrorHandler
|
||||
if ($this->previousExceptionHandler) {
|
||||
call_user_func($this->previousExceptionHandler, $e);
|
||||
}
|
||||
|
||||
exit(255);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user