| 350 | } |
| 351 | |
| 352 | export class SyncTransactionAlreadyCommittedError extends TransactionError { |
| 353 | constructor() { |
| 354 | super( |
| 355 | `The pending sync transaction is already committed, you can't commit it again.`, |
nothing calls this directly
no outgoing calls
no test coverage detected