更改默认的模板缓存目录

This commit is contained in:
thinkphp
2015-12-14 22:04:56 +08:00
parent 6b1642f4a0
commit ad0e03c868
3 changed files with 3 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ class File
}
// 生成模板缓存文件
if (false === file_put_contents($cacheFile, $content)) {
throw new Exception('_CACHE_WRITE_ERROR_:' . $cacheFile);
throw new Exception('cache write error :' . $cacheFile, 11602);
}
}