refactor ZMException

This commit is contained in:
sunxyw
2022-11-15 21:48:46 +08:00
parent 02003b2bd3
commit 5f4a00c77e
7 changed files with 27 additions and 23 deletions

View File

@@ -4,7 +4,7 @@ declare(strict_types=1);
namespace ZM\Bootstrap;
use OneBot\Driver\ExceptionHandler;
use OneBot\Exception\ExceptionHandler;
use ZM\Exception\Handler;
class HandleExceptions