UNPKG

@mr-zwets/bchn-api-wrapper

Version:

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

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