source: src/main/java/it/finki/tinki/model/exception/InvalidArgumentsException.java@ 504c3ef

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

added user register

  • Property mode set to 100644
File size: 199 bytes
Line 
1package it.finki.tinki.model.exception;
2
3public class InvalidArgumentsException extends RuntimeException{
4 public InvalidArgumentsException(){
5 super("Invalid arguments entered!");
6 }
7}
Note: See TracBrowser for help on using the repository browser.