初始化
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace app\common\exception;
|
||||
|
||||
use think\Exception;
|
||||
|
||||
class LoginError extends Exception
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user