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

More flexible error handling #46

Open
ghost opened this issue May 26, 2016 · 0 comments
Open

More flexible error handling #46

ghost opened this issue May 26, 2016 · 0 comments
Labels
help wanted Extra attention is needed question Further information is requested
Projects

Comments

@ghost
Copy link

ghost commented May 26, 2016

Currently, for running a fetch to a target monad M[_], we need an instance of MonadError[M, Throwable]. Should we leave the error type open to user-defined types instead of hard-coding Throwable?

@ghost ghost added help wanted Extra attention is needed question Further information is requested labels May 26, 2016
@anamariamv anamariamv added this to Backlog in Fetch Mar 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed question Further information is requested
Projects
Fetch
Backlog
Development

No branches or pull requests

0 participants