export class ExchangeValidationError extends Error {}

export class ExchangeUnknownError extends Error {}
export class ExchangeProviderNotFoundError extends Error {}
