source: Git/src/main/java/com/wediscussmovies/project/model/exception/PasswordsDontMatchException.java@ 7fafead

main
Last change on this file since 7fafead was 2a5d6a3, checked in by Petar Partaloski <ppartaloski@…>, 2 years ago

Controller, Repository and Service layer improvements, Entity updating

  • Property mode set to 100644
File size: 232 bytes
Line 
1package com.wediscussmovies.project.model.exception;
2
3public class PasswordsDontMatchException extends RuntimeException{
4 public PasswordsDontMatchException() {
5 super("The passwords you provided did not match.");
6 }
7}
Note: See TracBrowser for help on using the repository browser.