All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cloud.agileframework.security.exception.VerificationCodeNon Maven / Gradle / Ivy

There is a newer version: 2.2.0
Show newest version
package cloud.agileframework.security.exception;

import org.springframework.security.core.AuthenticationException;

/**
 * @author 佟盟 on 2018/9/6
 */
public class VerificationCodeNon extends AuthenticationException {

    public VerificationCodeNon() {
        super("未检测到验证码");
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy