This commit is contained in:
2023-08-11 10:10:45 +08:00
parent 5ce21ec2f5
commit e61ded6ef5
+1 -1
View File
@@ -123,7 +123,7 @@ class ErrorHandler extends Component implements ErrorInterface
{ {
$this->category = 'exception'; $this->category = 'exception';
Logger::_error(jTraceEx($exception), []); error(jTraceEx($exception), []);
event(new OnSystemError()); event(new OnSystemError());