mirror of
https://github.com/n8n-io/n8n.git
synced 2026-06-01 01:07:04 +02:00
4 lines
108 B
TypeScript
4 lines
108 B
TypeScript
import { UserError } from 'n8n-workflow';
|
|
|
|
export class VariableCountLimitReachedError extends UserError {}
|