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

cloud.agileframework.security.exception.VerificationCodeExpire 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 VerificationCodeExpire extends AuthenticationException {
    public VerificationCodeExpire() {
        super("验证码过期");
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy