source: src/main/java/com/example/baziproekt/model/exceptions/InvalidArgumentsException.java

Last change on this file was 0e4d807, checked in by Ivona <ivonatapshanovska@…>, 10 months ago

Initial commit

  • Property mode set to 100644
File size: 214 bytes
Line 
1package com.example.baziproekt.model.exceptions;
2
3public class InvalidArgumentsException extends RuntimeException{
4 public InvalidArgumentsException(){
5 super("Invalid arguments");
6 }
7}
Note: See TracBrowser for help on using the repository browser.