疯狂的狮子Li
2022-06-30 b9931cda30d13a02c29194bbf387f87b0a9d368b
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");
    }
}