mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-20 23:35:37 +08:00
Update src/SPC/exception/ExceptionHandler.php
Co-authored-by: Marc <m@pyc.ac>
This commit is contained in:
@@ -35,7 +35,7 @@ class ExceptionHandler
|
|||||||
private static ?BuilderBase $builder = null;
|
private static ?BuilderBase $builder = null;
|
||||||
|
|
||||||
/** @var array<string, mixed> Build PHP extra info binding */
|
/** @var array<string, mixed> Build PHP extra info binding */
|
||||||
private static array $bind_build_php_extra_info = [];
|
private static array $build_php_extra_info = [];
|
||||||
|
|
||||||
public static function handleSPCException(SPCException $e): void
|
public static function handleSPCException(SPCException $e): void
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user