From f112b19d8fb8db9d5bb7ec2c179f53f59c3f9045 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Wed, 4 Aug 2021 14:44:15 +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/Route/Router.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HttpServer/Route/Router.php b/HttpServer/Route/Router.php index 4c146feb..98584c57 100644 --- a/HttpServer/Route/Router.php +++ b/HttpServer/Route/Router.php @@ -249,7 +249,7 @@ class Router extends HttpService implements RouterInterface * @param $port * @param callable $callback * @return mixed - * @throws Exception + * @throws */ public function addRpcService($port, callable $callback): mixed {