This commit is contained in:
yanwenwu 2020-02-02 22:11:12 +08:00
parent ae37218fcd
commit a752c7914a

View File

@ -1,11 +1,6 @@
<?php <?php
namespace app; namespace app;
use catcher\CatchResponse;
use catcher\exceptions\CatchException;
use catcher\exceptions\FailedException;
use catcher\exceptions\LoginFailedException;
use catcher\exceptions\PermissionForbiddenException;
use think\db\exception\DataNotFoundException; use think\db\exception\DataNotFoundException;
use think\db\exception\ModelNotFoundException; use think\db\exception\ModelNotFoundException;
use think\exception\Handle; use think\exception\Handle;