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