source:
src/main/java/com/example/medweb/model/exceptions/InvalidUserCredentialsException.java
Last change on this file was e5fefbd, checked in by , 2 years ago | |
---|---|
|
|
File size: 222 bytes |
Line | |
---|---|
1 | package com.example.medweb.model.exceptions; |
2 | |
3 | public class InvalidUserCredentialsException extends RuntimeException { |
4 | |
5 | public InvalidUserCredentialsException() { |
6 | super("Invalid Credentials for Covek"); |
7 | } |
8 | } |
Note:
See TracBrowser
for help on using the repository browser.