()
| 31 | |
| 32 | export class TonReadError extends TonError { |
| 33 | constructor() { |
| 34 | super('Cannot process the read request. Either the request returned a non-zero exit code or the data could not be parsed'); |
| 35 | this.name = 'TonReadError'; |
| 36 | } |
| 37 | } |
| 38 | |
| 39 | export class TonRateLimitError extends TonError { |
nothing calls this directly
no outgoing calls
no test coverage detected