Skip to content

Conversation

@Kimsejin-56
Copy link
Contributor

No description provided.

@Kimsejin-56 Kimsejin-56 merged commit 634f85a into main Oct 31, 2025
1 check passed
Copy link

@ggamnunq ggamnunq left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good

// 애플리케이션에서 발생하는 커스텀 예외를 처리(내가 만든 예외)
@ExceptionHandler(GeneralException.class)
public ResponseEntity<ApiResponse<Void>> handleException(GeneralException ex) {
return ResponseEntity.status(ex.getCode().getStatus())

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

우리 열심히 만들었던 공통응답을 활용해보아요 😢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants