UNPKG

n8n

Version:

n8n Workflow Automation Tool

8 lines 383 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.VariableCountLimitReachedError = void 0; const n8n_workflow_1 = require("n8n-workflow"); class VariableCountLimitReachedError extends n8n_workflow_1.UserError { } exports.VariableCountLimitReachedError = VariableCountLimitReachedError; //# sourceMappingURL=variable-count-limit-reached.error.js.map