疯狂的狮子Li
2022-02-07 844e8b2f777b22f879be8f22d1224169c6a85e74
ruoyi-common/src/main/java/com/ruoyi/common/exception/user/CaptchaExpireException.java
@@ -2,15 +2,13 @@
/**
 * 验证码失效异常类
 *
 *
 * @author ruoyi
 */
public class CaptchaExpireException extends UserException
{
public class CaptchaExpireException extends UserException {
    private static final long serialVersionUID = 1L;
    public CaptchaExpireException()
    {
        super("user.jcaptcha.expire", null);
    public CaptchaExpireException() {
        super("user.jcaptcha.expire");
    }
}