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

Commit bb1299cc authored by Chalard Jean's avatar Chalard Jean
Browse files

Make ParseException less useless.

Test: None
Change-Id: I4b6d3fc8aba5a602ac06c958db41157cd98f2aff
parent 43d11758
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;
    }
}