From 6040ee487323d86328eab66b0eb9b6f25e9dbd16 Mon Sep 17 00:00:00 2001 From: yanwenwu Date: Sun, 2 Feb 2020 22:10:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=BC=82=E5=B8=B8=E5=A4=84?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extend/catcher/CatchExceptionHandle.php | 61 +++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 extend/catcher/CatchExceptionHandle.php diff --git a/extend/catcher/CatchExceptionHandle.php b/extend/catcher/CatchExceptionHandle.php new file mode 100644 index 0000000..c9f65d2 --- /dev/null +++ b/extend/catcher/CatchExceptionHandle.php @@ -0,0 +1,61 @@ +getMessage()); + } + + return parent::render($request, $e); + } +} \ No newline at end of file