Preview: error.js
Size: 299 B
/home/byroehnu/.trash/node_modules11/browserslist/error.js
function BrowserslistError(message) {
this.name = 'BrowserslistError'
this.message = message
this.browserslist = true
if (Error.captureStackTrace) {
Error.captureStackTrace(this, BrowserslistError)
}
}
BrowserslistError.prototype = Error.prototype
module.exports = BrowserslistError
Directory Contents
Dirs: 0 × Files: 11