- 增加异常处理接管

v6 v6.0.22
Chaim 4 years ago
parent 6d3f89d32a
commit 590fcd56cb

@ -31,7 +31,6 @@
"ext-iconv": "*", "ext-iconv": "*",
"ext-curl": "*", "ext-curl": "*",
"ext-dom": "*", "ext-dom": "*",
"ext-http": "*",
"topthink/framework": "^6.0.0", "topthink/framework": "^6.0.0",
"topthink/think-orm": "^2.0", "topthink/think-orm": "^2.0",
"topthink/think-view": "^1.0", "topthink/think-view": "^1.0",

@ -16,8 +16,8 @@
namespace DtApp\ThinkLibrary\exception; namespace DtApp\ThinkLibrary\exception;
use HttpException;
use think\exception\Handle; use think\exception\Handle;
use think\exception\HttpException;
use think\exception\ValidateException; use think\exception\ValidateException;
use think\Request; use think\Request;
use think\Response; use think\Response;

Loading…
Cancel
Save