From 73462c5d3cf75e8671960797140e25cd88e44e39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Mon, 31 Aug 2020 14:07:20 +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/Application.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/Application.php b/system/Application.php index 37431a7e..0f53e5b8 100644 --- a/system/Application.php +++ b/system/Application.php @@ -51,7 +51,7 @@ class Application extends BaseApplication * @param $name * @param $service * @return Application - * @throws Exception + * @throws */ public function import(string $name, string $service) { @@ -64,7 +64,7 @@ class Application extends BaseApplication /** - * @throws Exception + * @throws */ public function start() {