UNPKG

@gear-js/api

Version:

A JavaScript library that provides functionality to connect GEAR Component APIs.

8 lines (6 loc) 189 B
class RpcMethodNotSupportedError extends Error { constructor(methodName) { super(`RPC method '${methodName}' is not supported`); } } export { RpcMethodNotSupportedError };