![JAR search and dependency download from the Maven repository](/logo.png)
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