From af83bfda42cf166f01ca373ef66e6535186f731f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Fri, 10 Sep 2021 14:08:25 +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 --- http-message/ServerRequest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/http-message/ServerRequest.php b/http-message/ServerRequest.php index 5c886e89..85a19dd8 100644 --- a/http-message/ServerRequest.php +++ b/http-message/ServerRequest.php @@ -85,6 +85,7 @@ class ServerRequest extends Request implements ServerRequestInterface } return $posts; } catch (\Throwable $throwable) { + var_dump($throwable->getMessage()); return $posts; } });