diff --git a/src/SPC/exception/ExceptionHandler.php b/src/SPC/exception/ExceptionHandler.php index f4bebbf1..544575dc 100644 --- a/src/SPC/exception/ExceptionHandler.php +++ b/src/SPC/exception/ExceptionHandler.php @@ -6,7 +6,7 @@ namespace SPC\exception; class ExceptionHandler { - protected mixed $whoops; + protected mixed $whoops = null; private static ?ExceptionHandler $obj = null;