UNPKG

n8n

Version:

n8n Workflow Automation Tool

6 lines (5 loc) 297 B
import { ResponseError } from './abstract/response.error'; export declare class NotFoundError extends ResponseError { static isDefinedAndNotNull<T>(value: T | undefined | null, message: string, hint?: string): asserts value is T; constructor(message: string, hint?: string | undefined); }