()
| 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.`, |
| 356 | ) |
| 357 | } |
| 358 | } |
| 359 | |
| 360 | // Query Builder Errors |
nothing calls this directly
no outgoing calls
no test coverage detected