catchAdmin/extend/catcher/exceptions/LoginFailedException.php
2019-12-15 13:38:47 +08:00

7 lines
119 B
PHP

<?php
namespace catcher\exceptions;
class LoginFailedException extends CatchException
{
protected $code = 10010;
}