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

Method constructor

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

Source from the content-addressed store, hash-verified

669// LocalStorage Collection Errors
670export class LocalStorageCollectionError extends StorageError {
671 constructor(message: string) {
672 super(message)
673 this.name = `LocalStorageCollectionError`
674 }
675}
676
677export class StorageKeyRequiredError extends LocalStorageCollectionError {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected