Skip to content

Commit 55ff28e

Browse files
committed
Refactor: fix typo
1 parent dc0b07d commit 55ff28e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/cdd/common/exception/SangcuhAdvice.java renamed to src/main/java/com/cdd/common/exception/SangchuAdvice.java

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

1111
@Slf4j
1212
@RestControllerAdvice
13-
public class SangcuhAdvice {
13+
public class SangchuAdvice {
1414

1515
@ExceptionHandler(RuntimeException.class)
1616
public ResponseEntity<ExceptionCode> internalServerHandleException(Exception e) {

0 commit comments

Comments
 (0)