| 43 | |
| 44 | // Module Instance Errors |
| 45 | export class DuplicateDbInstanceError extends TanStackDBError { |
| 46 | constructor() { |
| 47 | super( |
| 48 | `Multiple instances of @tanstack/db detected!\n\n` + |
nothing calls this directly
no outgoing calls
no test coverage detected