io.ipinfo.api.errors.ErrorResponseException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ipinfo-api Show documentation
Show all versions of ipinfo-api Show documentation
Java wrapper for the IPinfo API
package io.ipinfo.api.errors;
public class ErrorResponseException extends RuntimeException {
public ErrorResponseException() {
}
public ErrorResponseException(Exception ex) {
super(ex);
}
}