UNPKG

node-err

Version:

Simplify error handling and logging for Node.

7 lines (4 loc) 134 B
module.exports = (req, res, next) => { // Unreported errors will be caught by Express middleware. return next(new Error()); }