/*! * Connect - errorHandler * Copyright(c) 2010 Sencha Inc. * Copyright(c) 2011 TJ Holowaychuk * MIT Licensed */ /** * Error handler: * * See [errorHandler](https://github.com/expressjs/errorhandler) * * @return {Function} * @api public */ module.exports = require('errorhandler');