FormatDBErrorEmptyRowWithQuery formats database error that query returns empty row.
(query string)
| 118 | |
| 119 | // FormatDBErrorEmptyRowWithQuery formats database error that query returns empty row. |
| 120 | func FormatDBErrorEmptyRowWithQuery(query string) error { |
| 121 | return Errorf(DBExecutionError, "query %q returned empty row", query) |
| 122 | } |
no test coverage detected