| 1 | import { TanStackDBError } from '@tanstack/db' |
| 2 | |
| 3 | export class PersistedCollectionCoreError extends TanStackDBError { |
| 4 | constructor(message: string) { |
| 5 | super(message) |
| 6 | this.name = `PersistedCollectionCoreError` |
nothing calls this directly
no outgoing calls
no test coverage detected