📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-06-29 21:12:36
📂
/ (Root)
/
opt
/
alt
/
alt-nodejs18
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
@sigstore
/
tuf
/
dist
📍 /opt/alt/alt-nodejs18/root/usr/lib/node_modules/npm/node_modules.bundled/@sigstore/tuf/dist
🔄 Refresh
✏️
Editing: error.js
Read Only
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TUFError = void 0; class TUFError extends Error { constructor({ code, message, cause, }) { super(message); this.code = code; this.cause = cause; this.name = this.constructor.name; } } exports.TUFError = TUFError;
💾 Save Changes
❌ Cancel