DIR: /proc/1784574/root/usr/share/nodejs/browserslist/ |
Current File : //proc/1784574/root/usr/share/nodejs/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 |