🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 16:58:36 | PHP 8.1.34
📂
/ (Root)
/
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
minipass-fetch
/
lib
📍 /usr/lib/node_modules/npm/node_modules/minipass-fetch/lib
🔄 Refresh
✏️
Editing: abort-error.js
Read Only
'use strict' class AbortError extends Error { constructor (message) { super(message) this.code = 'FETCH_ABORTED' this.type = 'aborted' Error.captureStackTrace(this, this.constructor) } get name () { return 'AbortError' } // don't allow name to be overridden, but don't throw either set name (s) {} } module.exports = AbortError
💾 Save Changes
❌ Cancel