UNPKG

postchain-client

Version:

Client library for accessing a Postchain node through REST.

8 lines 214 B
export class CustomError extends Error { constructor(message, status) { super(message); this.name = this.constructor.name; this.status = status; } } //# sourceMappingURL=index.js.map