• File: error.js
  • Full Path: /var/www/paytek-africa.com/node_modules/browserslist/error.js
  • Date Modified: 07/19/2022 5:05 PM
  • File size: 299 bytes
  • MIME-type: text/plain
  • Charset: utf-8
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