export class ProcessingError extends Error { constructor(error: string) { super(error); } }