From b859a582c72d48ef85533145e901ba5e10d7bdec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Mon, 1 Mar 2021 15:52:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- System/Error/ErrorHandler.php | 1 + 1 file changed, 1 insertion(+) 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 *