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

GlobalExceptionHandler에 누락된 커스텀 예외 처리 추가 #252

Merged
merged 2 commits into from
Nov 9, 2023

Conversation

jminkkk
Copy link
Contributor

@jminkkk jminkkk commented Nov 9, 2023

작업 내용

  • GlobalExceptionHandler에 누락된 숏폼 커스텀 예외 처리 추가
  • 기존 커스텀 exception와 통일성을 위해 숏폼 커스텀 에러 이름에 Exception 추가

Close #249

Copy link

github-actions bot commented Nov 9, 2023

Test Coverage Report

Overall Project 65.68% -0.83% 😞
Files changed 0% 😞

File Coverage
GlobalExceptionHandler.java 20.55% -12.65% 😞
PetVideoLikeService.java 11.11% -17.28% 😞
ShortFormNotFoundException.java 0% -50% 😞
NotLikedPetVideoException.java 0% -50% 😞
AlreadyLikedPetVideoException.java 0% -50% 😞

@jminkkk jminkkk merged commit f4d0fc1 into develop Nov 9, 2023
@jminkkk jminkkk deleted the fix/#249 branch November 9, 2023 02:58
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.

[BE] exceptionHandler에서 누락된 커스텀 exception 처리
1 participant