| 336 | } |
| 337 | |
| 338 | export class SyncTransactionAlreadyCommittedWriteError extends TransactionError { |
| 339 | constructor() { |
| 340 | super( |
| 341 | `The pending sync transaction is already committed, you can't still write to it.`, |
nothing calls this directly
no outgoing calls
no test coverage detected