source: src/main/java/com/example/moviezone/model/exceptions/InvalidUsernameOrPasswordException.java

Last change on this file was f9cc555, checked in by milamihajlovska <mila.mihajlovska01@…>, 22 months ago

changes to register

  • Property mode set to 100644
File size: 126 bytes
Line 
1package com.example.moviezone.model.exceptions;
2
3public class InvalidUsernameOrPasswordException extends RuntimeException {
4}
Note: See TracBrowser for help on using the repository browser.