PHP 8.2.30
Preview: error.js Size: 373 B
//lib/node_modules/npm/node_modules/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
2.13 KB lrw-r--r-- 2021-03-10 14:36:40
Edit Download
373 B lrw-r--r-- 2021-03-10 14:36:40
Edit Download
1.90 KB lrw-r--r-- 2021-03-10 14:36:40
Edit Download

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