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

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

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

public abstract class SmsVerificationJwtException extends RuntimeException {
    public SmsVerificationJwtException(String message) {
        super(message);
    }

    public SmsVerificationJwtException(String message, Throwable throwable) {
        super(message, throwable);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy