疯狂的狮子li
2022-09-02 17f0c20242c6ee3d35b9ee8f677d747ed012423c
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()
    {
        super("user.jcaptcha.error", null);
    public CaptchaException() {
        super("user.jcaptcha.error");
    }
}