()
| 542 | |
| 543 | export class EmptyReferencePathError extends QueryCompilationError { |
| 544 | constructor() { |
| 545 | super(`Reference path cannot be empty`) |
| 546 | } |
| 547 | } |
| 548 | |
| 549 | export class UnknownFunctionError extends QueryCompilationError { |
nothing calls this directly
no outgoing calls
no test coverage detected