| 46 | } |
| 47 | |
| 48 | export class InvalidItemStructureError extends QueryCollectionError { |
| 49 | constructor(message: string) { |
| 50 | super(`Invalid item structure: ${message}`) |
| 51 | this.name = `InvalidItemStructureError` |
nothing calls this directly
no outgoing calls
no test coverage detected