mirror of
https://github.com/filp/whoops.git
synced 2026-09-15 12:16:18 +00:00
Minor comment to explain the shutdown handler
This commit is contained in:
@@ -348,6 +348,8 @@ class Run
|
||||
|
||||
$error = error_get_last();
|
||||
if ($error && $this->isLevelFatal($error['type'])) {
|
||||
// If there was a fatal error,
|
||||
// it was not handled in handleError yet.
|
||||
$this->handleError(
|
||||
$error['type'],
|
||||
$error['message'],
|
||||
|
||||
Reference in New Issue
Block a user