mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-05 17:42:49 +08:00
10 lines
107 B
PHP
10 lines
107 B
PHP
<?php
|
|
namespace app\common\exception;
|
|
|
|
use Exception;
|
|
|
|
class DirFindedException extends Exception
|
|
{
|
|
|
|
}
|