source: src/main/java/com/example/kvizko/exceptions/InvalidCredentialsException.java@ c3268ca

main
Last change on this file since c3268ca was c3268ca, checked in by Stefan Risteski <stefanristeski2001@…>, 9 months ago

Project

The whole Project

  • Property mode set to 100644
File size: 191 bytes
Line 
1package com.example.kvizko.exceptions;
2
3public class InvalidCredentialsException extends Exception{
4
5 public InvalidCredentialsException() {
6 super("Invalid credentials");
7 }
8
9}
Note: See TracBrowser for help on using the repository browser.