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

Method constructor

packages/db/src/errors.ts:278–282  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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.`,
281 )
282 }
283}
284
285// Transaction Errors

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected