From 1bd06a435081ea944bf3abc3e78b83a315fc56b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Wed, 4 Aug 2021 15:55:42 +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 --- System/Error/ErrorHandler.php | 1 + 1 file changed, 1 insertion(+) diff --git a/System/Error/ErrorHandler.php b/System/Error/ErrorHandler.php index a00aa5f8..7713cb01 100644 --- a/System/Error/ErrorHandler.php +++ b/System/Error/ErrorHandler.php @@ -120,6 +120,7 @@ class ErrorHandler extends Component implements ErrorInterface write($data, $this->category); + var_dump($data); return $data; }