| 2 | |
| 3 | // Query Collection Errors |
| 4 | export class QueryCollectionError extends TanStackDBError { |
| 5 | constructor(message: string) { |
| 6 | super(message) |
| 7 | this.name = `QueryCollectionError` |
nothing calls this directly
no outgoing calls
no test coverage detected