From 52d7d1baa085ada64f295bed4b74cf3ca2fc56d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Mon, 1 Mar 2021 17:16:52 +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/Exception/RequestException.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/HttpServer/Exception/RequestException.php b/HttpServer/Exception/RequestException.php index 2bb5d6ee..d99235e3 100644 --- a/HttpServer/Exception/RequestException.php +++ b/HttpServer/Exception/RequestException.php @@ -4,6 +4,10 @@ declare(strict_types=1); namespace HttpServer\Exception; +/** + * Class RequestException + * @package HttpServer\Exception + */ class RequestException extends \Exception {