疯狂的狮子li
2021-06-04 428a6ed71b6cb571585f69fd6f4ac6868c5d7ab8
ruoyi-common/src/main/java/com/ruoyi/common/exception/user/CaptchaException.java
@@ -1,16 +1,16 @@
package com.ruoyi.common.exception.user;
/**
 * 验证码错误异常类
 *
 * @author ruoyi
 */
public class CaptchaException extends UserException
{
    private static final long serialVersionUID = 1L;
    public CaptchaException()
    {
        super("user.jcaptcha.error", null);
    }
}
package com.ruoyi.common.exception.user;
/**
 * 验证码错误异常类
 *
 * @author ruoyi
 */
public class CaptchaException extends UserException
{
    private static final long serialVersionUID = 1L;
    public CaptchaException()
    {
        super("user.jcaptcha.error", null);
    }
}