| 306 | } |
| 307 | |
| 308 | export class TransactionNotPendingMutateError extends TransactionError { |
| 309 | constructor() { |
| 310 | super( |
| 311 | `You can no longer call .mutate() as the transaction is no longer pending`, |
nothing calls this directly
no outgoing calls
no test coverage detected