diff --git a/System/Error/ErrorHandler.php b/System/Error/ErrorHandler.php index 185348ab..ef0cb742 100644 --- a/System/Error/ErrorHandler.php +++ b/System/Error/ErrorHandler.php @@ -84,6 +84,7 @@ class ErrorHandler extends Component implements ErrorInterface $this->sendError($exception->getMessage(), $exception->getFile(), $exception->getLine()); } + /** * @throws Exception *