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

de.epsdev.bungeeautoserver.api.exeptions.NoPortDefinedException Maven / Gradle / Ivy

The newest version!
package de.epsdev.bungeeautoserver.api.exeptions;

public class NoPortDefinedException extends Exception{
    public NoPortDefinedException(){
        super("No port was defined.");
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy