This commit is contained in:
2023-10-07 20:50:40 +08:00
parent 21d79dec0b
commit 7f129b2107
-2
View File
@@ -138,8 +138,6 @@ class ErrorHandler extends Component implements ErrorInterface
{
$error = func_get_args();
var_dump($error);
event(new OnSystemError());
throw new ErrorException($error[1], $error[0], 1, $error[2], $error[3]);