UNPKG

n8n

Version:

n8n Workflow Automation Tool

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