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

Commit 201565f7 authored by Chalard Jean's avatar Chalard Jean Committed by android-build-merger
Browse files

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

am: 1f3a2025

Change-Id: I62ef12558f0923d6a4cdbddd5031a2b599a13a6c
parents dd969ad6 1f3a2025
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;
    }
}