UNPKG

@syncable/core

Version:
6 lines (5 loc) 182 B
import ExtendableError from 'extendable-error'; export declare class RPCError extends ExtendableError { readonly code: string; constructor(code: string, message?: string); }