| 366 | } |
| 367 | |
| 368 | export class OnlyOneSourceAllowedError extends QueryBuilderError { |
| 369 | constructor(context: string) { |
| 370 | super(`Only one source is allowed in the ${context}`) |
| 371 | } |
nothing calls this directly
no outgoing calls
no test coverage detected