4 lines
108 B
TypeScript
Executable File
4 lines
108 B
TypeScript
Executable File
import { UserError } from 'n8n-workflow';
|
|
|
|
export class VariableCountLimitReachedError extends UserError {}
|