PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/@sigstore/sign/dist

Просмотр файла: error.js

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.InternalError = void 0;
class InternalError extends Error {
    constructor({ code, message, cause, }) {
        super(message);
        this.name = this.constructor.name;
        this.cause = cause;
        this.code = code;
    }
}
exports.InternalError = InternalError;

Выполнить команду


Для локальной разработки. Не используйте в интернете!