source: src/main/java/com/example/moviezone/model/exceptions/UserNotFoundException.java@ 1b248e4

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

service impl changes

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