修改exception
This commit is contained in:
@@ -141,6 +141,6 @@ return [
|
||||
// 显示错误信息
|
||||
'show_error_msg' => false,
|
||||
// 异常处理handle类 留空使用 \think\exception\Handle
|
||||
'exception_handle' => app\exceptions\Handle::class,
|
||||
'exception_handle' => ''
|
||||
|
||||
];
|
||||
|
Reference in New Issue
Block a user