source: src/main/java/com/project/beautycenter/model/exceptions/InvalidOcenaIdException.java

Last change on this file was 850b344, checked in by Tamara Simikj <tamara.simic12@…>, 2 years ago

Initial commit

  • Property mode set to 100644
File size: 117 bytes
Line 
1package com.project.beautycenter.model.exceptions;
2
3public class InvalidOcenaIdException extends RuntimeException{
4}
Note: See TracBrowser for help on using the repository browser.