catchAdmin/extend/catcher/exceptions/LoginFailedException.php

8 lines
115 B
PHP
Raw Normal View History

2019-12-06 09:17:40 +08:00
<?php
namespace cather\exceptions;
class LoginFailedException extends \Exception
{
protected $code = 10002;
}