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

com.itheima.auth.sdk.common.AuthSdkException Maven / Gradle / Ivy

package com.itheima.auth.sdk.common;

public class AuthSdkException extends RuntimeException {

    public AuthSdkException(){}

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy