de.epsdev.bungeeautoserver.api.exeptions.NoPortDefinedException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bungeeautoserver.api Show documentation
Show all versions of bungeeautoserver.api Show documentation
A tool used for automating bungeecord-networks.
The newest version!
package de.epsdev.bungeeautoserver.api.exeptions;
public class NoPortDefinedException extends Exception{
public NoPortDefinedException(){
super("No port was defined.");
}
}