UNPKG

n8n

Version:

n8n Workflow Automation Tool

11 lines 452 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PaymentRequiredError = void 0; const response_error_1 = require("./abstract/response.error"); class PaymentRequiredError extends response_error_1.ResponseError { constructor(message = 'Payment required', hint) { super(message, 402, 402, hint); } } exports.PaymentRequiredError = PaymentRequiredError; //# sourceMappingURL=payment-required.error.js.map