Sha256: af993c92d4df6bb3bc1cf8de4cc886196b451c4456bd0f6e9f7702f39ee940de
Contents?: true
Size: 254 Bytes
Versions: 43
Compression:
Stored size: 254 Bytes
Contents
'use strict' 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
43 entries across 29 versions & 11 rubygems