| 284 | |
| 285 | // Transaction Errors |
| 286 | export class TransactionError extends TanStackDBError { |
| 287 | constructor(message: string) { |
| 288 | super(message) |
| 289 | this.name = `TransactionError` |
nothing calls this directly
no outgoing calls
no test coverage detected