source: source/MovieZilla-master/src/main/java/com/example/demo/exceptions/InvalidArgumentsException.java

Last change on this file was fc7ec52, checked in by darkopopovski <darkopopovski39@…>, 2 years ago

all files

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