import { UserError } from 'n8n-workflow';

export class SharedWorkflowNotFoundError extends UserError {}
