新增文件操作

This commit is contained in:
JaguarJack
2020-07-19 09:15:15 +08:00
parent 6e1fdb2b74
commit 2757873ef2
2 changed files with 563 additions and 40 deletions

View File

@@ -0,0 +1,8 @@
<?php
namespace catcher\exceptions;
class FiledNotFoundException extends CatchException
{
}