(type: string)
| 646 | |
| 647 | export class UnknownHavingExpressionTypeError extends GroupByError { |
| 648 | constructor(type: string) { |
| 649 | super(`Unknown expression type in HAVING clause: ${type}`) |
| 650 | } |
| 651 | } |
| 652 | |
| 653 | // Storage Errors |
nothing calls this directly
no outgoing calls
no test coverage detected