| 20 | } |
| 21 | |
| 22 | export class UserRejectedTransactionError extends UserError { |
| 23 | constructor() { |
| 24 | super('User rejected the transaction request from their wallet'); |
| 25 | this.name = 'UserRejectedTransactionError'; |
| 26 | } |
| 27 | } |
nothing calls this directly
no outgoing calls
no test coverage detected