This commit is contained in:
2021-03-01 15:52:11 +08:00
parent 3be16c6f7f
commit b859a582c7
+1
View File
@@ -84,6 +84,7 @@ class ErrorHandler extends Component implements ErrorInterface
$this->sendError($exception->getMessage(), $exception->getFile(), $exception->getLine()); $this->sendError($exception->getMessage(), $exception->getFile(), $exception->getLine());
} }
/** /**
* @throws Exception * @throws Exception
* *