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