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 {