| 13 | } |
| 14 | |
| 15 | export class UserRejectedConnectionError extends UserError { |
| 16 | constructor() { |
| 17 | super('User rejected the connection to their wallet'); |
| 18 | this.name = 'UserRejectedConnectionError'; |
nothing calls this directly
no outgoing calls
no test coverage detected