| 297 | } |
| 298 | |
| 299 | export class OnMutateMustBeSynchronousError extends TransactionError { |
| 300 | constructor() { |
| 301 | super( |
| 302 | `onMutate must be synchronous and cannot return a promise. Remove async/await or returned promises from onMutate.`, |
nothing calls this directly
no outgoing calls
no test coverage detected