function HARError (errors) { var message = 'validation failed' this.name = 'HARError' this.message = message this.errors = errors if (typeof Error.captureStackTrace === 'function') { Error.captureStackTrace(this, this.constructor) } else { this.stack = (new Error(message)).stack } } HARError.prototype = Error.prototype module.exports = HARError
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
async.js | File | 1.98 KB | 0644 |
|
error.js | File | 373 B | 0644 |
|
promise.js | File | 1.74 KB | 0644 |
|