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

Path 관련 ERROR 정의 #78

Merged
merged 2 commits into from
Jan 17, 2024
Merged

Path 관련 ERROR 정의 #78

merged 2 commits into from
Jan 17, 2024

Conversation

Qbeom0925
Copy link
Member

@Qbeom0925 Qbeom0925 commented Jan 17, 2024

작업 내용

새로운 예외 항목과 관련된 코드를 추가했습니다.
ExceptionList에 SERVER_ERROR와 PATH_NOT_FOUND 예외를 추가했습니다.
ExceptionController를 작성하여 /error 엔드포인트에서 PATH_NOT_FOUND 예외를 던지도록 했습니다.

관련 이슈

/error 엔드포인트를 호출하여 PATH_NOT_FOUND 예외가 발생하는지 확인할 수 있습니다.
테스트 코드를 실행하여 예외가 적절히 처리되는지 확인할 수 있습니다.

작업 확인 방법

ExceptionList에 SERVER_ERROR와 PATH_NOT_FOUND 예외 추가
ExceptionController 클래스 추가하여 /error 엔드포인트에서 PATH_NOT_FOUND 예외 던지도록 설정

@Qbeom0925 Qbeom0925 changed the title Feature/store get detail Path 관련 ERROR 정의 Jan 17, 2024
Copy link

sonarcloud bot commented Jan 17, 2024

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@Qbeom0925 Qbeom0925 merged commit c88cedc into develop Jan 17, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant