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

tw.yukina.notion.sdk.client.NotionSessionException Maven / Gradle / Ivy

There is a newer version: 1.0.1
Show newest version
package tw.yukina.notion.sdk.client;

public class NotionSessionException extends RuntimeException {
    public NotionSessionException(String msg){
        super(msg);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy