Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

예외 처리 응답 포맷 수정 #100

Merged
merged 1 commit into from
May 20, 2024
Merged

예외 처리 응답 포맷 수정 #100

merged 1 commit into from
May 20, 2024

Conversation

Hanjaemo
Copy link
Contributor

💡 작업 내용

  • 예외 처리 응답 포맷 수정
  • 불필요한 공백 및 import문 제거

💡 자세한 설명

기존 예외 처리 응답 클래스인 ErrorResponse를 제거하고, ApiResponse 클래스로 예외까지 응답하도록 수정했습니다.

✅ 셀프 체크리스트

  • PR 제목을 형식에 맞게 작성했나요?
  • 브랜치 전략에 맞는 브랜치에 PR을 올리고 있나요?
  • 이슈는 close 했나요?
  • Reviewers, Labels, Projects를 등록했나요?
  • 작업 도중 문서 수정이 필요한 경우 잘 수정했나요?
  • 테스트는 잘 통과했나요?
  • 불필요한 코드는 제거했나요?

closes #99

@Hanjaemo Hanjaemo added the refactor 리팩토링 label May 20, 2024
@Hanjaemo Hanjaemo requested a review from Doyeon04 May 20, 2024 08:40
@Hanjaemo Hanjaemo self-assigned this May 20, 2024
@Hanjaemo Hanjaemo linked an issue May 20, 2024 that may be closed by this pull request
@Hanjaemo Hanjaemo merged commit c526eae into main May 20, 2024
1 check passed
@Hanjaemo Hanjaemo deleted the feat/99-error-response branch June 11, 2024 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor 리팩토링
Projects
None yet
Development

Successfully merging this pull request may close these issues.

예외 처리 응답 형식 수정
2 participants