| 37 | } |
| 38 | |
| 39 | export class LargeResponseError extends ApiConnectionError { |
| 40 | constructor(e: Error) { |
| 41 | const newMessage = `Oversized RPC node response. This issue is related to the network's RPC nodes configuration, not your application. You may report it to the network's maintainers or try a different RPC node.\n\n${e.message}`; |
| 42 |
nothing calls this directly
no outgoing calls
no test coverage detected