MCPcopy Create free account
hub / github.com/VanishMax/foton /

Class

packages/core/src/shared/errors/user-errors.ts:15–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15export class UserRejectedConnectionError extends UserError {
16 constructor() {
17 super('User rejected the connection to their wallet');
18 this.name = 'UserRejectedConnectionError';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected