source:
source/MovieZilla-master/src/main/java/com/example/demo/exceptions/PasswordsDoNotMatchException.java
Last change on this file was fc7ec52, checked in by , 2 years ago | |
---|---|
|
|
File size: 211 bytes |
Line | |
---|---|
1 | package com.example.demo.exceptions; |
2 | |
3 | public class PasswordsDoNotMatchException extends RuntimeException{ |
4 | |
5 | public PasswordsDoNotMatchException() { |
6 | super("Passwords do not match exception."); |
7 | } |
8 | } |
Note:
See TracBrowser
for help on using the repository browser.