改进系统异常的语言包提示

This commit is contained in:
thinkphp
2016-08-11 18:22:08 +08:00
parent d76137382c
commit 0553c87a95
2 changed files with 11 additions and 7 deletions

View File

@@ -17,6 +17,7 @@ return [
'Parse error' => '语法解析错误',
'Type error' => '类型错误',
'Fatal error' => '致命错误',
'syntax error' => '语法错误',
// 框架核心错误提示
'dispatch type not support' => '不支持的调度类型',