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

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