(id: string)
| 12 | * @docs-private |
| 13 | */ |
| 14 | export function getTableUnknownColumnError(id: string) { |
| 15 | return Error(`Could not find column with id "${id}".`); |
| 16 | } |
| 17 | |
| 18 | /** |
| 19 | * Returns an error to be thrown when two column definitions have the same name. |
no outgoing calls
no test coverage detected