🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-08 15:44:26 | PHP 8.2.32
📂
/ (Root)
/
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
har-validator
/
lib
📍 /usr/lib/node_modules/npm/node_modules/har-validator/lib
🔄 Refresh
✏️
Editing: error.js
Read Only
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
💾 Save Changes
❌ Cancel