catchAdmin/app/exceptions/LoginFailedException.php

8 lines
112 B
PHP
Raw Normal View History

2019-12-02 23:04:43 +08:00
<?php
namespace app\exceptions;
class LoginFailedException extends \Exception
{
protected $code = 10002;
}