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