UNPKG

@broxus/js-core

Version:

MobX-based JavaScript Core library

6 lines (5 loc) 210 B
export class ProviderNotDefinedError extends Error { constructor(className) { super(`RPC provider is not defined. You need to define the provider when creating the ${className} instance.`); } }