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

Class

packages/query-db-collection/src/errors.ts:55–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55export class ItemNotFoundError extends QueryCollectionError {
56 constructor(key: string | number) {
57 super(`Item with key '${key}' does not exist.`)
58 this.name = `ItemNotFoundError`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected