diff --git a/HttpServer/Route/Router.php b/HttpServer/Route/Router.php index e954d3a3..5c456cc7 100644 --- a/HttpServer/Route/Router.php +++ b/HttpServer/Route/Router.php @@ -75,10 +75,7 @@ class Router extends HttpService implements RouterInterface * @param $port * @param Closure|array|string $closure * @param null $method - * @throws ConfigException - * @throws ReflectionException - * @throws NotFindClassException - * @throws Exception + * @throws */ public function addPortListen($port, Closure|array|string $closure, $method = null) {