UNPKG

@thorium-dev-group/x402-mcp-extension

Version:
15 lines 411 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PaymentError = void 0; class PaymentError extends Error { code; details; constructor(code, message, details) { super(message); this.name = 'PaymentError'; this.code = code; this.details = details; } } exports.PaymentError = PaymentError; //# sourceMappingURL=PaymentError.js.map