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

Class

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

Source from the content-addressed store, hash-verified

9}
10
11export class ElectronPersistenceError extends Error {
12 readonly code: string | undefined
13
14 constructor(message: string, options?: ElectronPersistenceErrorOptions) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected