source:
src/main/java/com/example/moviezone/model/exceptions/UserNotFoundException.java@
7215773
Last change on this file since 7215773 was 6a9006d, checked in by , 22 months ago | |
---|---|
|
|
File size: 189 bytes |
Line | |
---|---|
1 | package com.example.moviezone.model.exceptions; |
2 | |
3 | |
4 | public class UserNotFoundException extends RuntimeException{ |
5 | public UserNotFoundException() { |
6 | super("user not found"); |
7 | } |
8 | } |
Note:
See TracBrowser
for help on using the repository browser.