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