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

Method constructor

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

Source from the content-addressed store, hash-verified

676
677export class StorageKeyRequiredError extends LocalStorageCollectionError {
678 constructor() {
679 super(`[LocalStorageCollection] storageKey must be provided.`)
680 }
681}
682
683export class InvalidStorageDataFormatError extends LocalStorageCollectionError {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected