Closed hmil closed 5 years ago
It would be helpful to write something about error handling in the router.
It's nice that you can simply throw exceptions in async handlers and they are forwarded to express error handlers. It is, however, not immediately obvious because this is not the case with vanilla express.
Current readme may be a little confusing and doesn't even show how to bind the express router.