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

Commit 1f3a2025 authored by Chalard Jean's avatar Chalard Jean Committed by android-build-merger
Browse files

Merge "Make ParseException less useless." am: 8e8ed1df

am: 55fae4c1

Change-Id: I045520c106529c266f5e06f29bb32cf078df7f8b
parents 45a41cf1 55fae4c1
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;
    }
}