MCPcopy Create free account
hub / github.com/TanStack/db /

Class

packages/db/src/errors.ts:10–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8
9// Base error classes
10export class NonRetriableError extends TanStackDBError {
11 constructor(message: string) {
12 super(message)
13 this.name = `NonRetriableError`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected