Merge "Make ParseException less useless."
am: 8e8ed1dfc2
Change-Id: If582e61ca92e5414edea351934053fa0ab6b04bf
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