Changeset ff75720
- Timestamp:
- 02/09/23 14:44:57 (21 months ago)
- Branches:
- master
- Children:
- cc88ec2
- Parents:
- 8204d83 (diff), 4bfcc04 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/java/com/example/moviezone/model/exceptions/UserNotFoundException.java
r8204d83 rff75720 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.