I don't think there's a way to pass errors to Express' error handler at the moment.
Perhaps there could be an option like handleError: false that can be set to to allow Express to handle errors. And then in our error handler we could do something like...
I don't think there's a way to pass errors to Express' error handler at the moment.
Perhaps there could be an option like
handleError: false
that can be set to to allow Express to handle errors. And then in our error handler we could do something like...