UNPKG

@mr-zwets/bchn-api-wrapper

Version:

a Typescript wrapper for interacting with the Bitcoin Cash Node (BCHN) API

7 lines (6 loc) 155 B
export class RetryLimitExceededError extends Error { constructor(message: string) { super(message); this.name = 'RetryLimitExceededError'; } }