Loading core/java/android/net/ParseException.java +1 −0 Original line number Diff line number Diff line Loading @@ -24,6 +24,7 @@ public class ParseException extends RuntimeException { public String response; ParseException(String response) { super(response); this.response = response; } } Loading
core/java/android/net/ParseException.java +1 −0 Original line number Diff line number Diff line Loading @@ -24,6 +24,7 @@ public class ParseException extends RuntimeException { public String response; ParseException(String response) { super(response); this.response = response; } }