Skip to content

Commit e19d68b

Browse files
committed
c
1 parent e254996 commit e19d68b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/example/easynotes/exception/ResourceNotFoundException.java

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
@ResponseStatus(value = HttpStatus.NOT_FOUND)
77
public class ResourceNotFoundException extends RuntimeException {
8+
private static final long serialVersionUID = 1L;
89
private String resourceName;
910
private String fieldName;
1011
private Object fieldValue;

0 commit comments

Comments
 (0)