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