You've already forked MyDSL
优化测试,文件读取测试
This commit is contained in:
17
src/Exception/FileNotFoundException.php
Normal file
17
src/Exception/FileNotFoundException.php
Normal 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
|
||||
{
|
||||
|
||||
}
|
Reference in New Issue
Block a user