Skip to content

Commit

Permalink
Level-5
Browse files Browse the repository at this point in the history
  • Loading branch information
LimAiLin committed Aug 18, 2022
1 parent 7628504 commit 4810525
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/java/DukeException.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
public class DukeException extends Exception {
public DukeException(String errorMessage) {
super(errorMessage);
}
}

0 comments on commit 4810525

Please sign in to comment.