source:
src/main/java/com/example/medweb/model/exceptions/InvalidArgumentsException.java
Last change on this file was e5fefbd, checked in by , 2 years ago | |
---|---|
|
|
File size: 209 bytes |
Rev | Line | |
---|---|---|
[e5fefbd] | 1 | package com.example.medweb.model.exceptions; |
2 | ||
3 | public class InvalidArgumentsException extends RuntimeException { | |
4 | ||
5 | public InvalidArgumentsException() { | |
6 | ||
7 | super("Invalid arguments exception"); | |
8 | } | |
9 | } |
Note:
See TracBrowser
for help on using the repository browser.