Skip to content

fix: CustomException 생성자 파라미터 타입 수정(#11)#12

Merged
hisonghy merged 1 commit intodevelopfrom
bugfix/11
Jun 24, 2025
Merged

fix: CustomException 생성자 파라미터 타입 수정(#11)#12
hisonghy merged 1 commit intodevelopfrom
bugfix/11

Conversation

@hisonghy
Copy link
Contributor

📌 작업 내용 및 특이사항

✅ CustomException 생성자 파라미터 타입 수정

  • CustomException 생성자에서 CommonErrorCode 타입의 파라미터 값을 받고 있어, 공통 에러코드 인터페이스 ErrorCode 타입으로 수정했습니다.

🌱 관련 이슈


🔍 참고사항(선택)


📚 기타(선택)

@hisonghy hisonghy requested a review from chaiminwoo0223 June 23, 2025 05:08
@hisonghy hisonghy self-assigned this Jun 23, 2025
@hisonghy hisonghy added the 🐛bug 버그 발견 및 수정/해결 label Jun 23, 2025
@hisonghy hisonghy changed the title fix: CommonErrorCode -> ErrorCode 로 CustomException 생성자 파라미터 타입 수정(#11) fix: CustomException 생성자 파라미터 타입 수정(#11) Jun 23, 2025
@chaiminwoo0223
Copy link
Contributor

확인했습니다. 머지 부탁드립니다.

@hisonghy hisonghy merged commit 8962c72 into develop Jun 24, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🐛bug 버그 발견 및 수정/해결

Projects

None yet

Development

Successfully merging this pull request may close these issues.

🐛️[BUG]: CustomException 생성자 파라미터 타입 수정

2 participants