Merge "Make ParseException less useless."
This commit is contained in:
@@ -24,6 +24,7 @@ public class ParseException extends RuntimeException {
|
||||
public String response;
|
||||
|
||||
ParseException(String response) {
|
||||
super(response);
|
||||
this.response = response;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user