Skip to content

Commit

Permalink
Update PasswordValidationException.java
Browse files Browse the repository at this point in the history
  • Loading branch information
OksanaEnko authored Oct 9, 2024
1 parent 2fe5d16 commit cb830da
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package core.basesyntax;

public class PasswordValidationException extends Exception {

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

0 comments on commit cb830da

Please sign in to comment.