Skip to content

Commit

Permalink
Update HL7MessageException.java
Browse files Browse the repository at this point in the history
Removed unused constructor
  • Loading branch information
luis-pabon-tf committed Dec 27, 2024
1 parent e2aad2e commit a773d70
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
*/
public class HL7MessageException extends Exception {

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

public HL7MessageException(String message) {
super(message);
}
Expand Down

0 comments on commit a773d70

Please sign in to comment.