| 252 | |
| 253 | // Collection Handler Errors |
| 254 | export class MissingHandlerError extends TanStackDBError { |
| 255 | constructor(message: string) { |
| 256 | super(message) |
| 257 | this.name = `MissingHandlerError` |
nothing calls this directly
no outgoing calls
no test coverage detected