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

io.github.biezhi.tgbot.BotException Maven / Gradle / Ivy

The newest version!
package io.github.biezhi.tgbot;

/**
 * @author biezhi
 * @date 2017/10/1
 */
public class BotException extends RuntimeException {

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy