UNPKG

297 BJavaScriptView Raw
1/*!
2 * Connect - errorHandler
3 * Copyright(c) 2010 Sencha Inc.
4 * Copyright(c) 2011 TJ Holowaychuk
5 * MIT Licensed
6 */
7
8/**
9 * Error handler:
10 *
11 * See [errorHandler](https://github.com/expressjs/errorhandler)
12 *
13 * @return {Function}
14 * @api public
15 */
16
17module.exports = require('errorhandler');