()
| 292 | |
| 293 | export class MissingMutationFunctionError extends TransactionError { |
| 294 | constructor() { |
| 295 | super(`mutationFn is required when creating a transaction`) |
| 296 | } |
| 297 | } |
| 298 | |
| 299 | export class OnMutateMustBeSynchronousError extends TransactionError { |
nothing calls this directly
no outgoing calls
no test coverage detected