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