mirror of
https://github.com/n8n-io/n8n.git
synced 2026-06-02 17:57:06 +02:00
4 lines
113 B
TypeScript
4 lines
113 B
TypeScript
import { UnexpectedError } from 'n8n-workflow';
|
|
|
|
export class VariableValidationError extends UnexpectedError {}
|