source:
src/main/java/project/educatum/model/exceptions/PasswordsDoNotMatchException.java
Last change on this file was d3cf3a1, checked in by , 2 years ago | |
---|---|
|
|
File size: 206 bytes |
Line | |
---|---|
1 | package project.educatum.model.exceptions; |
2 | |
3 | public class PasswordsDoNotMatchException extends RuntimeException { |
4 | public PasswordsDoNotMatchException() { |
5 | super("Passwords do not match!"); |
6 | } |
7 | } |
Note:
See TracBrowser
for help on using the repository browser.