UNPKG

json-rpc-dual-engine

Version:

JSON-RPC-2.0 client and server protocol-agnostic engine.

8 lines (7 loc) 165 B
export class JsonRpcError extends Error { response; constructor(response) { super(response.error.message); this.response = response; } }