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

Class UserRejectedConnectionError

packages/core/src/shared/errors/user-errors.ts:15–20  ·  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';
19 }
20}
21
22export class UserRejectedTransactionError extends UserError {
23 constructor() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected