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

예외 핸들러를 작성했습니다. #2

Merged
merged 6 commits into from
Aug 4, 2024

Conversation

ani2689
Copy link
Member

@ani2689 ani2689 commented Aug 3, 2024

예외를 효과적으로 핸들링하기 위해 예외 핸들러를 작성했습니다.

서비스 내에서 발생하는 예외를 담당하는 OndoseeException과 서드파티 통신에서 발생하는 예외를 담당하는 ThirdPartyException으로 분리해 작성했습니다.

서비스 내에서 발생한 예외의 내용은 info에 담기며, 클라이언트에게 전달할 메세지는 message에 담깁니다.

@ani2689 ani2689 added the ⚙️ Setting 세팅 및 설정 label Aug 3, 2024
@ani2689 ani2689 self-assigned this Aug 3, 2024
@ani2689 ani2689 linked an issue Aug 3, 2024 that may be closed by this pull request
@ani2689 ani2689 merged commit f0588ff into develop Aug 4, 2024
1 check passed
@ani2689 ani2689 deleted the 1-setting/exception-handler branch August 4, 2024 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚙️ Setting 세팅 및 설정
Projects
None yet
Development

Successfully merging this pull request may close these issues.

예외 핸들러 세팅
3 participants