()
| 276 | |
| 277 | export class MissingDeleteHandlerError extends MissingHandlerError { |
| 278 | constructor() { |
| 279 | super( |
| 280 | `Collection.delete called directly (not within an explicit transaction) but no 'onDelete' handler is configured.`, |
| 281 | ) |
| 282 | } |
| 283 | } |
| 284 | |
| 285 | // Transaction Errors |
nothing calls this directly
no outgoing calls
no test coverage detected