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

bot.exception.EmptyKeyboardException Maven / Gradle / Ivy

There is a newer version: 3.5.0
Show newest version
package bot.exception;

/**
 * Created by Luca Mosetti on 2017
 */
public class EmptyKeyboardException extends Exception {
    private static final String DESCRIPTION = "Empty keyboard";

    public EmptyKeyboardException() {
        super(DESCRIPTION);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy