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

Class

packages/db-sqlite-persistence-core/src/errors.ts:3–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { TanStackDBError } from '@tanstack/db'
2
3export class PersistedCollectionCoreError extends TanStackDBError {
4 constructor(message: string) {
5 super(message)
6 this.name = `PersistedCollectionCoreError`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected