import { ApplicationError } from 'n8n-workflow';

export abstract class BinaryDataError extends ApplicationError {}
