We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d03d624 commit ecf432bCopy full SHA for ecf432b
src/main/java/com/example/log4u/domain/comment/testController/TestController.java
@@ -30,11 +30,5 @@ public String testIllegalArgument() {
30
public String testLog4uException() {
31
throw new NotFoundCommentException(); // 또는 임의의 ServiceException
32
}
33
-
34
- @GetMapping("/unknown")
35
- public String testUnexpectedException() {
36
- String str = null;
37
- str.length(); // NPE
38
- return "절대 도달하지 않음";
39
- }
+
40
0 commit comments