MCPcopy Create free account
hub / github.com/codeaashu/claude-code /

Class

src/cli/transports/SerialBatchEventUploader.ts:26–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 * like any other thrown error (exponential backoff).
25 */
26export class RetryableError extends Error {
27 constructor(
28 message: string,
29 readonly retryAfterMs?: number,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected