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

Refactor #58 글로벌 예외 핸들러 수정 및 예외 관리 수정 #58

Merged
merged 4 commits into from
Oct 24, 2024

Conversation

hyxklee
Copy link
Member

@hyxklee hyxklee commented Oct 24, 2024

PR 내용

  • 글로벌 예외 처리 핸들러 로직을 요구사항에 맞게 전면 수정하고, 예외 처리를 더 자세하게 추가했습니다
  • 기존 한 곳에서 관리되던 예외를 도메인 별로 관리하기 위해 디렉토리를 전부 수정했습니다

PR 세부사항

  • 예외가 전부 디렉토리가 변경되어 파일이 변동이 좀 커졌습니다
  • 예외가 발생하면 status 코드도 해당 예외에 맞는 코드로 변경되어 응답됩니다

관련 스크린샷

  • BindException시 예외: dto 단에서 @Valid로 발생하는 예외
image

주의사항


체크 리스트

  • 리뷰어 설정
  • Assignee 설정
  • Label 설정
  • 제목 양식 맞췄나요? (ex. #0 Feat: 기능 추가)
  • 변경 사항에 대한 테스트

@hyxklee hyxklee self-assigned this Oct 24, 2024
@hyxklee hyxklee linked an issue Oct 24, 2024 that may be closed by this pull request
@hyxklee hyxklee changed the title Refactor #56 글로벌 예외 핸들러 수정 및 예외 관리 수정 Refactor #58 글로벌 예외 핸들러 수정 및 예외 관리 수정 Oct 24, 2024
@huncozyboy huncozyboy merged commit 59e3f28 into develop Oct 24, 2024
2 checks passed
@huncozyboy huncozyboy deleted the refactor/#52/GlobalExceptionHandler-로직수정 branch October 24, 2024 14:05
@huncozyboy huncozyboy restored the refactor/#52/GlobalExceptionHandler-로직수정 branch October 24, 2024 14:05
@hyxklee hyxklee deleted the refactor/#52/GlobalExceptionHandler-로직수정 branch October 24, 2024 14:08
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.

Refactor #52 GlobalExceptionHandler 수정
3 participants