diff --git a/HttpServer/Events/OnRequest.php b/HttpServer/Events/OnRequest.php index edf6a06e..f8ac210b 100644 --- a/HttpServer/Events/OnRequest.php +++ b/HttpServer/Events/OnRequest.php @@ -48,7 +48,7 @@ class OnRequest extends Callback * @param Request $request * @param Response $response * @return mixed - * @throws ComponentException + * @throws */ public function onRequest(Request $request, Response $response): mixed {