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

io.github.openunirest.http.exceptions.UnirestConfigException Maven / Gradle / Ivy

package io.github.openunirest.http.exceptions;

public class UnirestConfigException extends UnirestException {
    public UnirestConfigException(String msg) {
        super(msg);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy