PYAE1994's picture
feat(phase4): Persistent Workflow OS v4.0.0 — queue + checkpoint + workspace memory
cf47145 verified
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