diff --git a/core/ErrorHandler.php b/core/ErrorHandler.php index f1674398..c63c91ac 100644 --- a/core/ErrorHandler.php +++ b/core/ErrorHandler.php @@ -401,7 +401,7 @@ class ErrorHandler { /** * ManiaControl Exception Handler * - * @param \Exception $exception + * @param \Throwable $exception * @param bool $shutdown */ public function handleException($exception, $shutdown = true) {