()
| 345 | |
| 346 | export class NoPendingSyncTransactionCommitError extends TransactionError { |
| 347 | constructor() { |
| 348 | super(`No pending sync transaction to commit`) |
| 349 | } |
| 350 | } |
| 351 | |
| 352 | export class SyncTransactionAlreadyCommittedError extends TransactionError { |
nothing calls this directly
no outgoing calls
no test coverage detected