mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-02 14:25:41 +08:00
fix: ExceptionHandler:: must not be accessed before initialization
This commit is contained in:
@@ -6,7 +6,7 @@ namespace SPC\exception;
|
||||
|
||||
class ExceptionHandler
|
||||
{
|
||||
protected mixed $whoops;
|
||||
protected mixed $whoops = null;
|
||||
|
||||
private static ?ExceptionHandler $obj = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user