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

[refactor] 에러 핸들링 책임 타입 통일 #3

Open
3 tasks
soletree opened this issue Jan 9, 2025 · 0 comments
Open
3 tasks

[refactor] 에러 핸들링 책임 타입 통일 #3

soletree opened this issue Jan 9, 2025 · 0 comments
Assignees
Labels

Comments

@soletree
Copy link
Collaborator

soletree commented Jan 9, 2025

📌Issue

기존에 Presenter와 Interactor 양쪽에 적용된 do-catch문을 Presenter에만 적용하도록 변경합니다.

✅작업 상세 내용

  • 에러를 던질 수 있는 Interactor의 메서드를 throws로 변경
  • InteractorOutput 삭제
  • Presenter에 do-catch문 적용

참고할만한 자료(선택)

@soletree soletree self-assigned this Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant