source:
src/main/java/com/project/beautycenter/model/exceptions/InvalidAppointmentIdException.java
Last change on this file was 850b344, checked in by , 2 years ago | |
---|---|
|
|
File size: 123 bytes |
Rev | Line | |
---|---|---|
[850b344] | 1 | package com.project.beautycenter.model.exceptions; |
2 | ||
3 | public class InvalidAppointmentIdException extends RuntimeException{ | |
4 | } |
Note:
See TracBrowser
for help on using the repository browser.