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

[BE] InternalServerError 담당 커스텀 예외 클래스 구현 #580

Open
woosung1223 opened this issue Sep 26, 2023 · 0 comments
Open
Labels
BE 백엔드 작업 feature

Comments

@woosung1223
Copy link
Collaborator

추가할 기능

  • 서버 로직의 문제가 있는 경우 InternalServerError가 나가야 합니다.
    • 동시에 Error 수준으로 로깅이 진행되어야 합니다.
    • 따라서 ExceptionMapper에서는 정의될 필요가 없습니다.
    • HaruStudyException으로만 모든 예외를 대응하지 않고 추가적으로 InternalServerError를 다루는 부모 클래스를 생성합니다.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BE 백엔드 작업 feature
Projects
Status: No status
Development

No branches or pull requests

1 participant