source: src/main/java/project/fmo/app/projcetfmo/Model/exception/InvalidUserCredentialsException.java

main
Last change on this file was d14176d, checked in by HristijanMitic00 <hristijan.mitic.01@…>, 12 months ago

First commit

  • Property mode set to 100644
File size: 234 bytes
Line 
1package project.fmo.app.projcetfmo.Model.exception;
2
3public class InvalidUserCredentialsException extends RuntimeException {
4
5 public InvalidUserCredentialsException() {
6 super("Invalid user credentials exception");
7 }
8}
Note: See TracBrowser for help on using the repository browser.