()
| 331 | |
| 332 | export class NoPendingSyncTransactionWriteError extends TransactionError { |
| 333 | constructor() { |
| 334 | super(`No pending sync transaction to write to`) |
| 335 | } |
| 336 | } |
| 337 | |
| 338 | export class SyncTransactionAlreadyCommittedWriteError extends TransactionError { |
nothing calls this directly
no outgoing calls
no test coverage detected