| 275 | } |
| 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.`, |
nothing calls this directly
no outgoing calls
no test coverage detected