| 156 | } |
| 157 | |
| 158 | void ErrorData::AddQueryLocation(optional_idx query_location) { |
| 159 | Exception::SetQueryLocation(query_location, extra_info); |
| 160 | } |
| 161 | |
| 162 | void ErrorData::AddQueryLocation(QueryErrorContext error_context) { |
| 163 | AddQueryLocation(error_context.query_location); |
no test coverage detected