source:
src/main/java/com/example/medweb/model/exceptions/PasswordsDoNotMatchException.java
Last change on this file was e5fefbd, checked in by , 2 years ago | |
---|---|
|
|
File size: 220 bytes |
Line | |
---|---|
1 | package com.example.medweb.model.exceptions; |
2 | |
3 | public class PasswordsDoNotMatchException extends RuntimeException { |
4 | |
5 | public PasswordsDoNotMatchException() { |
6 | |
7 | super("Passwords Do Not Match Exception"); |
8 | } |
9 | } |
Note:
See TracBrowser
for help on using the repository browser.