mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
13 lines
317 B
Java
Generated
13 lines
317 B
Java
Generated
// Generated automatically from org.json.JSONException for testing purposes
|
|
|
|
package org.json;
|
|
|
|
|
|
public class JSONException extends RuntimeException
|
|
{
|
|
protected JSONException() {}
|
|
public JSONException(String p0){}
|
|
public JSONException(String p0, Throwable p1){}
|
|
public JSONException(Throwable p0){}
|
|
}
|