mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-07 07:12:47 +08:00
改进Handle类支持异常的多语言 Lang类增加has方法 增加核心中文语言包
This commit is contained in:
@@ -30,7 +30,7 @@ class File
|
||||
}
|
||||
// 生成模板缓存文件
|
||||
if (false === file_put_contents($cacheFile, $content)) {
|
||||
throw new Exception('cache write error :' . $cacheFile, 11602);
|
||||
throw new Exception('cache write error:' . $cacheFile, 11602);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user