PHP 8.2.30
Preview: error.js Size: 373 B
/opt/alt/alt-nodejs8/root/lib/node_modules/npm/node_modules.bundled/har-validator/lib/error.js

function HARError (errors) {
  var message = 'validation failed'

  this.name = 'HARError'
  this.message = message
  this.errors = errors

  if (typeof Error.captureStackTrace === 'function') {
    Error.captureStackTrace(this, this.constructor)
  } else {
    this.stack = (new Error(message)).stack
  }
}

HARError.prototype = Error.prototype

module.exports = HARError

Directory Contents

Dirs: 0 × Files: 3

Name Size Perms Modified Actions
1.98 KB lrw-r--r-- 2021-09-28 10:29:33
Edit Download
373 B lrw-r--r-- 2021-09-28 10:29:33
Edit Download
1.74 KB lrw-r--r-- 2021-09-28 10:29:33
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).