Skip to content

Commit

Permalink
feat: add new constructor receives the cause Exception
Browse files Browse the repository at this point in the history
  • Loading branch information
tamada committed Dec 13, 2021
1 parent f890469 commit 5dfbe7a
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@ public KunaiException(String message) {
super(message);
}

public KunaiException(Exception e) {
super(e);
}
}

0 comments on commit 5dfbe7a

Please sign in to comment.