Skip to content
This repository has been archived by the owner on Oct 6, 2024. It is now read-only.

Commit

Permalink
Make FuseError a throwable
Browse files Browse the repository at this point in the history
  • Loading branch information
breautek committed Aug 24, 2024
1 parent 8b74548 commit bfcb25c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuse/src/main/java/com/breautek/fuse/FuseError.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import org.json.JSONException;
import org.json.JSONObject;

public class FuseError {
public class FuseError extends Throwable {
private final String $domain;
private final int $code;
private final String $message;
Expand Down

0 comments on commit bfcb25c

Please sign in to comment.