mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-05 22:52:49 +08:00
throw_exception方法简化为E方法
删除redirect方法和N方法
This commit is contained in:
@@ -20,7 +20,7 @@ class File {
|
||||
mkdir($dir,0755,true);
|
||||
// 生成模板缓存文件
|
||||
if( false === file_put_contents($cacheFile,$content))
|
||||
throw_exception('_CACHE_WRITE_ERROR_:'.$cacheFile);
|
||||
E('_CACHE_WRITE_ERROR_:'.$cacheFile);
|
||||
}
|
||||
|
||||
// 读取编译编译
|
||||
|
||||
Reference in New Issue
Block a user