UNPKG

n8n

Version:

n8n Workflow Automation Tool

11 lines 448 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.WebhookResponseTooLargeError = void 0; const n8n_workflow_1 = require("n8n-workflow"); class WebhookResponseTooLargeError extends n8n_workflow_1.UserError { constructor(message, options) { super(message, options); } } exports.WebhookResponseTooLargeError = WebhookResponseTooLargeError; //# sourceMappingURL=webhook-response-too-large.error.js.map