改进异常类

This commit is contained in:
thinkphp
2016-06-12 17:08:48 +08:00
parent af1bc0429d
commit b1c8665b99
5 changed files with 10 additions and 9 deletions

View File

@@ -11,7 +11,7 @@
namespace think\db\exception;
use think\db\DbException;
use think\exception\DbException;
class ModelNotFoundException extends DbException
{