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

Catch on controller generator method exception #8

Open
ashfurrow opened this issue Oct 27, 2016 · 0 comments
Open

Catch on controller generator method exception #8

ashfurrow opened this issue Oct 27, 2016 · 0 comments

Comments

@ashfurrow
Copy link
Contributor

See these relevant lines:

this.controllerMethods = R.map(controllerGenerator =>
injectedControllerGeneratorRunner(controllerGenerator)
, controllerGenerators);
We should provide a way for library clients to attach an error handler to be run in the case that a controller methods throws.

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

No branches or pull requests

1 participant