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