import { UserError } from 'n8n-workflow';

export class VariableCountLimitReachedError extends UserError {}
