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

Class

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

Source from the content-addressed store, hash-verified

252
253// Collection Handler Errors
254export class MissingHandlerError extends TanStackDBError {
255 constructor(message: string) {
256 super(message)
257 this.name = `MissingHandlerError`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected