| 137 | |
| 138 | // Collection Operation Errors |
| 139 | export class CollectionOperationError extends TanStackDBError { |
| 140 | constructor(message: string) { |
| 141 | super(message) |
| 142 | this.name = `CollectionOperationError` |
nothing calls this directly
no outgoing calls
no test coverage detected