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

com.github.andyglow.json.JsonParseException Maven / Gradle / Ivy

package com.github.andyglow.json;

class JsonParseException extends Exception {

    JsonParseException() {
        super();
    }

    JsonParseException(String msg) {
        super(msg);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy