Skip to content

Commit

Permalink
Removed additional constructor from
Browse files Browse the repository at this point in the history
JustificationVerificationException.java
  • Loading branch information
Hristiyan Mitov committed Feb 24, 2025
1 parent 505987b commit 4bc9b3a
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,4 @@ public class JustificationVerificationException extends RuntimeException {
public JustificationVerificationException(String message) {
super(message);
}

public JustificationVerificationException(String message, Throwable cause) {
super(message, cause);
}
}

0 comments on commit 4bc9b3a

Please sign in to comment.