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