source:
src/main/java/com/example/exceptions/InvalidArgumentsException.java@
a51a591
Last change on this file since a51a591 was a51a591, checked in by , 14 months ago | |
---|---|
|
|
File size: 195 bytes |
Line | |
---|---|
1 | package com.example.exceptions; |
2 | |
3 | public 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.