| 101 | |
| 102 | // Collection State Errors |
| 103 | export class CollectionStateError extends TanStackDBError { |
| 104 | constructor(message: string) { |
| 105 | super(message) |
| 106 | this.name = `CollectionStateError` |
nothing calls this directly
no outgoing calls
no test coverage detected