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

fix: ExceptionHandler 예외 타입 수정 #58

Merged
merged 1 commit into from
Feb 28, 2024
Merged

fix: ExceptionHandler 예외 타입 수정 #58

merged 1 commit into from
Feb 28, 2024

Conversation

pushedrumex
Copy link
Member

📢 개요

  • @ExceptionHandler 의 예외 타입과 메서드 인자의 타입 불일치로 인해 IllegalStateException 발생

📝 작업 내용

  • @ExceptionHandler 예외 타입을 메서드 인자 타입인 RuntimeException 으로 수정

💡 관련 이슈

@pushedrumex pushedrumex self-assigned this Feb 28, 2024
@github-actions github-actions bot added the 🐞 fix 오류 수정 label Feb 28, 2024
Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

Copy link

Test Results

45 tests   45 ✅  6s ⏱️
22 suites   0 💤
22 files     0 ❌

Results for commit 46f831b.

@pushedrumex pushedrumex merged commit 1a3b169 into dev Feb 28, 2024
5 checks passed
@pushedrumex pushedrumex deleted the fix/#57 branch February 28, 2024 02:58
pushedrumex added a commit that referenced this pull request Feb 28, 2024
fix: ExceptionHandler 예외 타입 수정 (#58)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 fix 오류 수정
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fix: ExceptionHandler 예외 타입 수정
1 participant