From cf875b5cf1f54ec3de8070693f093d51a7402d7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Wed, 31 Mar 2021 10:37:39 +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 --- HttpServer/Server.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/HttpServer/Server.php b/HttpServer/Server.php index d687ed32..bfab3eb7 100644 --- a/HttpServer/Server.php +++ b/HttpServer/Server.php @@ -143,9 +143,7 @@ class Server extends HttpService /** * @param $baseServer * @return mixed - * @throws ComponentException - * @throws NotFindClassException - * @throws ReflectionException + * @throws Exception */ private function execute($baseServer): mixed {