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

com.thebund1st.daming.sdk.jwt.BadSmsVerificationJwtException Maven / Gradle / Ivy

The newest version!
package com.thebund1st.daming.sdk.jwt;

public class BadSmsVerificationJwtException extends SmsVerificationJwtException {

    public BadSmsVerificationJwtException(String message) {
        super(message);
    }

    public BadSmsVerificationJwtException(String message, Exception cause) {
        super(message, cause);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy