UNPKG

heroku-debug

Version:
10 lines (7 loc) 230 B
'use strict'; module.exports = function ReplyError(message) { Error.captureStackTrace(this, this.constructor); this.name = this.constructor.name; this.message = message; }; require('util').inherits(module.exports, Error);