修改exception

This commit is contained in:
yanwnewu
2018-11-30 18:29:35 +08:00
parent 70889deb73
commit 3c3c0471e1
3 changed files with 7 additions and 47 deletions

View File

@@ -141,6 +141,6 @@ return [
// 显示错误信息
'show_error_msg' => false,
// 异常处理handle类 留空使用 \think\exception\Handle
'exception_handle' => app\exceptions\Handle::class,
'exception_handle' => ''
];