开始代码打包

This commit is contained in:
2022-11-02 13:38:49 +08:00
parent c3b8c93376
commit f4c00c97ca
7 changed files with 379 additions and 4 deletions

View File

@@ -0,0 +1,9 @@
<?php
namespace app\common\exception;
use Exception;
class DirFindedException extends Exception
{
}