MCPcopy Create free account
hub / github.com/anus-dev/ANUS /

Class

packages/core/src/utils/retry.test.ts:32–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30
31// Custom error for testing non-retryable conditions
32class NonRetryableError extends Error {
33 constructor(message: string) {
34 super(message);
35 this.name = 'NonRetryableError';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected