(type: string)
| 530 | |
| 531 | export class UnsupportedFromTypeError extends QueryCompilationError { |
| 532 | constructor(type: string) { |
| 533 | super(`Unsupported FROM type: ${type}`) |
| 534 | } |
| 535 | } |
| 536 | |
| 537 | export class UnknownExpressionTypeError extends QueryCompilationError { |
nothing calls this directly
no outgoing calls
no test coverage detected