source: src/main/java/com/project/beautycenter/model/exceptions/InvalidUsernameOrPasswordException.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: 129 bytes
Line 
1package com.project.beautycenter.model.exceptions;
2
3public class InvalidUsernameOrPasswordException extends RuntimeException {
4}
Note: See TracBrowser for help on using the repository browser.