UNPKG

@hashgraph/hedera-wallet-connect

Version:

A library to facilitate integrating Hedera with WalletConnect

7 lines (6 loc) 153 B
export class SessionNotFoundError extends Error { constructor(message) { super(message); this.name = 'SessionNotFoundError'; } }