Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 55fae4c1 authored by Chalard Jean's avatar Chalard Jean Committed by android-build-merger
Browse files

Merge "Make ParseException less useless."

am: 8e8ed1df

Change-Id: If582e61ca92e5414edea351934053fa0ab6b04bf
parents 91b2b0cc 8e8ed1df
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@ public class ParseException extends RuntimeException {
    public String response;

    ParseException(String response) {
        super(response);
        this.response = response;
    }
}