source:
src/main/java/project/educatum/model/exceptions/InvalidUserCredentialsException.java
Last change on this file was d3cf3a1, checked in by , 2 years ago | |
---|---|
|
|
File size: 209 bytes |
Line | |
---|---|
1 | package project.educatum.model.exceptions; |
2 | |
3 | public class InvalidUserCredentialsException extends RuntimeException { |
4 | public InvalidUserCredentialsException(String message) { |
5 | super(message); |
6 | } |
7 | } |
Note:
See TracBrowser
for help on using the repository browser.