初始上传
This commit is contained in:
11
app/exception/BaseException.php
Executable file
11
app/exception/BaseException.php
Executable file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
declare (strict_types=1);
|
||||
|
||||
namespace app\exception;
|
||||
|
||||
|
||||
class BaseException extends \RuntimeException
|
||||
{
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user