UNPKG

@bigmi/client

Version:

Reactive primitives for Bitcoin apps.

10 lines 315 B
import { BaseError } from '@bigmi/core'; export class ProviderNotFoundError extends BaseError { constructor() { super('Provider not found.'); this.name = 'ProviderNotFoundError'; this.message = 'Provider not found'; this.code = 243; } } //# sourceMappingURL=connectors.js.map