更新 config/exception.php

This commit is contained in:
mkm 2025-08-21 16:18:54 +08:00
parent 57da189faa
commit 0411fc5099

View File

@ -13,6 +13,5 @@
*/
return [
// '' => support\exception\Handler::class,
'' => app\common\exception\Handler::class,
'' => \App\ExceptionHandler::class,
];