疯狂的狮子Li
2021-11-21 a4cd5bd42413c687b391fd3b2c4d6caca6169888
ruoyi-common/src/main/java/com/ruoyi/common/exception/user/CaptchaException.java
@@ -2,15 +2,13 @@
/**
 * 验证码错误异常类
 *
 *
 * @author ruoyi
 */
public class CaptchaException extends UserException
{
public class CaptchaException extends UserException {
    private static final long serialVersionUID = 1L;
    public CaptchaException()
    {
    public CaptchaException() {
        super("user.jcaptcha.error", null);
    }
}