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

Class

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

Source from the content-addressed store, hash-verified

275}
276
277export class MissingDeleteHandlerError extends MissingHandlerError {
278 constructor() {
279 super(
280 `Collection.delete called directly (not within an explicit transaction) but no 'onDelete' handler is configured.`,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected