source:
src/main/java/com/example/moviezone/model/exceptions/InvalidUsernameOrPasswordException.java
Last change on this file was f9cc555, checked in by , 22 months ago | |
---|---|
|
|
File size: 126 bytes |
Line | |
---|---|
1 | package com.example.moviezone.model.exceptions; |
2 | |
3 | public class InvalidUsernameOrPasswordException extends RuntimeException { |
4 | } |
Note:
See TracBrowser
for help on using the repository browser.