Skip to content

Commit 9952bf9

Browse files
committed
CHORE: Lesson 14 - Added the needed exceptions
1 parent 46862a3 commit 9952bf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lesson_14/exceptions/exceptions_app/src/main/java/com/codedifferently/lesson14/ecommerce/OrderNotFoundException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77

88
public class OrderNotFoundException extends Exception {
99
public OrderNotFoundException(String message) {
10-
super(message);
10+
super(message);
1111
}
1212
}

0 commit comments

Comments
 (0)