-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FEAT] RuntimeException Handler 추가 (#131)
## 작업 내용 - Runtime Exception 의 경우 `@Secured` 와 일부 annotation 에서 발생하는 인지하는 exception 에 대해서는 직접 핸들링하고, 핸들링에 실패한 Exception 은 모두 500 처리. - Revert 한 #108 의 경우 Exception 자체를 catch 하여 일부 잡지 말아야하는 exception 까지 처리하였음 - 사용하지 않는 Exception handler 삭제 - Enumcode 관련한 exception 의 경우 **"DB의 문제로 발생하는 에러"**임 따라서 500을 뱉고 로그로 확실하게 남기도록 함. - 400번대 error 에 대해서는 log 를 별도로 남기지 않도록 함. (추후 협의가 필요한 부분...) Closes #131
- Loading branch information
1 parent
788788d
commit abea313
Showing
1 changed file
with
15 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters