This commit is contained in:
William 2022-04-27 10:09:29 +00:00
parent 6544901bdd
commit f9eb4bbbd9

View File

@ -31,7 +31,7 @@ class ErrorHandler
$this->error_messages[] = "<b>Uncaught Exception:</b> " . $exception; $this->error_messages[] = "<b>Uncaught Exception:</b> " . $exception;
} }
private function shutdown(): void public function shutdown(): void
{ {
if (!$this->error_messages) { if (!$this->error_messages) {
return; return;