优化测试,文件读取测试

This commit is contained in:
2021-01-26 14:51:28 +08:00
parent 3adf4811c0
commit 31222da326
13 changed files with 257 additions and 89 deletions

View File

@ -0,0 +1,17 @@
<?php
/**
* @filename FileNotFoundException.php
* @author Jerry Yan <792602257@qq.com>
* @date 2021/1/26 13:52
*/
namespace JerryYan\DSL\Exception;
use Exception;
class FileNotFoundException extends Exception
{
}