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.