source: source/src/main/java/com/example/db/exceptions/InvalidArgumentsException.java

Last change on this file was bc0eeb4, checked in by Evgenija2000 <eva_nikolaevska@…>, 2 years ago

all files

  • Property mode set to 100644
File size: 185 bytes
Line 
1package com.example.db.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.