| 24 | * like any other thrown error (exponential backoff). |
| 25 | */ |
| 26 | export class RetryableError extends Error { |
| 27 | constructor( |
| 28 | message: string, |
| 29 | readonly retryAfterMs?: number, |
nothing calls this directly
no outgoing calls
no test coverage detected