feat-be(Global Exception): 최상단 예외 필터링 핸들 추가 #622
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
목적
현재 프론트에서 예외에 대해 토스트 메세지를 통한 에러 핸들링을 전부 다 해주지는 못하고 있습니다.
따라서 지정해준 예외 외에는 백엔드에서 전송한 message를 그대로 표시하고 있습니다.
따라서 백엔드 측에서 특정 예외 외의 핸들링하고 있지 않는 최상위 부모 예외 클래스를 핸들링하여 응답을 보냅니다.
작업 세부사항
참고 사항
HANDLE_EXCEPTION_01
closes #621