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

ca.fuzzlesoft.JsonComposeException Maven / Gradle / Ivy

The newest version!
package ca.fuzzlesoft;

/**
 * Created by mitch on 8/18/16.
 */
public class JsonComposeException extends RuntimeException {
    public JsonComposeException(String message) {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy