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

Method constructor

packages/db/src/errors.ts:255–258  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

253// Collection Handler Errors
254export class MissingHandlerError extends TanStackDBError {
255 constructor(message: string) {
256 super(message)
257 this.name = `MissingHandlerError`
258 }
259}
260
261export class MissingInsertHandlerError extends MissingHandlerError {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected