personthecat.catlib.exception.UnreachableException Maven / Gradle / Ivy
package personthecat.catlib.exception;
public class UnreachableException extends RuntimeException {
public UnreachableException() {
super("Unreachable");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy