UNPKG

n8n

Version:

n8n Workflow Automation Tool

6 lines (5 loc) 204 B
import { UnexpectedError } from 'n8n-workflow'; import type { ExecutionRef } from './types'; export declare class MissingExecutionDataError extends UnexpectedError { constructor(ref: ExecutionRef); }