source: src/main/java/it/finki/tinki/model/exception/UserExistsException.java@ f067338

Last change on this file since f067338 was 7edede9, checked in by i-ina <76742075+i-ina@…>, 3 years ago

added user register

  • Property mode set to 100644
File size: 197 bytes
Line 
1package it.finki.tinki.model.exception;
2
3public class UserExistsException extends RuntimeException{
4 public UserExistsException(){
5 super("User with that email already exists!");
6 }
7}
Note: See TracBrowser for help on using the repository browser.