From 0411fc5099a9ac091d629c39ee01176e415610e2 Mon Sep 17 00:00:00 2001 From: mkm <727897186@qq.com> Date: Thu, 21 Aug 2025 16:18:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20config/exception.php?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/exception.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/exception.php b/config/exception.php index df5efd9..ef31af8 100644 --- a/config/exception.php +++ b/config/exception.php @@ -13,6 +13,5 @@ */ return [ -// '' => support\exception\Handler::class, - '' => app\common\exception\Handler::class, + '' => \App\ExceptionHandler::class, ]; \ No newline at end of file