Skip to content

Commit

Permalink
UPDATE submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
yuseogi0218 committed Apr 2, 2024
1 parent 7192522 commit e9bc727
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion laser-ordermanage-server-submodule-config
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ public class GlobalExceptionHandler {

@ExceptionHandler(Exception.class)
public ResponseEntity<?> handleUnknownException(Exception e, HttpServletRequest request) {
e.printStackTrace();
// sendSlackAlertErrorLog(e, request); // 슬랙 알림 보내는 메서드
sendSlackAlertErrorLog(e, request); // 슬랙 알림 보내는 메서드
CustomCommonException exception = new CustomCommonException(CommonErrorCode.UNKNOWN_ERROR);
return exception.toErrorResponse();
}
Expand Down

0 comments on commit e9bc727

Please sign in to comment.