Skip to content

[#7] feat: 전역 예외처리 구현#49

Merged
JeongFriedEgg merged 4 commits intodevfrom
feat/7
Mar 25, 2026
Merged

[#7] feat: 전역 예외처리 구현#49
JeongFriedEgg merged 4 commits intodevfrom
feat/7

Conversation

@JeongFriedEgg
Copy link
Copy Markdown
Collaborator

작업 내용

  • 전역 예외처리 및 커스텀 예외 체계 구축

변경 사항

  • BusinessException, NotFoundException 등 커스텀 예외
  • ErrorCode enum
  • GlobalExceptionHandler
  • Validation 에러 핸들링

테스트

  • 각 예외 타입별 응답 형식 테스트

#7

@JeongFriedEgg JeongFriedEgg self-assigned this Mar 25, 2026
@JeongFriedEgg JeongFriedEgg added the enhancement New feature or request label Mar 25, 2026
@JeongFriedEgg JeongFriedEgg linked an issue Mar 25, 2026 that may be closed by this pull request
@JeongFriedEgg JeongFriedEgg changed the title Feat/7 feat: 전역 예외처리 구현 Mar 25, 2026
@JeongFriedEgg JeongFriedEgg changed the base branch from docs/1 to dev March 25, 2026 17:26
@JeongFriedEgg JeongFriedEgg merged commit 937d57a into dev Mar 25, 2026
1 check passed
@JeongFriedEgg JeongFriedEgg changed the title feat: 전역 예외처리 구현 [#7] feat: 전역 예외처리 구현 Mar 25, 2026
@JeongFriedEgg JeongFriedEgg deleted the feat/7 branch March 29, 2026 08:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BE] 전역 예외처리 구현

1 participant