net_io.utils.JSONException Maven / Gradle / Ivy
The newest version!
package net_io.utils;
public class JSONException extends Exception {
private static final long serialVersionUID = 582832319205419694L;
public JSONException() {
super();
}
public JSONException(String msg) {
super(msg);
}
}