UNPKG

bittrex-api-client

Version:

A client which can be used to interact with Bittrex's API. Entirely developed in TypeScript.

7 lines (5 loc) 148 B
export class RequestRetryError extends Error { constructor( error: any ) { super( "A requestretry error occurred: " + error ); } }