Changes in / [a9ffccd:4bfcc04]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/java/com/example/moviezone/model/exceptions/UserNotFoundException.java
ra9ffccd r4bfcc04 3 3 4 4 public class UserNotFoundException extends RuntimeException{ 5 5 public UserNotFoundException() { 6 super("user not found"); 7 } 6 8 }
Note:
See TracChangeset
for help on using the changeset viewer.