mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-05 09:42:47 +08:00
开始代码打包
This commit is contained in:
9
app/common/exception/DirFindedException.php
Normal file
9
app/common/exception/DirFindedException.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace app\common\exception;
|
||||
|
||||
use Exception;
|
||||
|
||||
class DirFindedException extends Exception
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user