Sha256: aa397c676020a5330e424d11f56d112a8a0edc23c29fd6d938f9c38e61921b31
Contents?: true
Size: 241 Bytes
Versions: 27
Compression:
Stored size: 241 Bytes
Contents
function YError (msg) { this.name = 'YError' this.message = msg || 'yargs error' Error.captureStackTrace(this, YError) } YError.prototype = Object.create(Error.prototype) YError.prototype.constructor = YError module.exports = YError
Version data entries
27 entries across 24 versions & 9 rubygems