| 1188 | } |
| 1189 | |
| 1190 | void |
| 1191 | LDAPExpr::ParseState::error(std::string const& m) const |
| 1192 | { |
| 1193 | std::string errorStr = StringCatFast(m, ": ", (m_str.empty() ? "" : m_str.substr(m_pos))); |
| 1194 | throw std::invalid_argument(errorStr); |
| 1195 | } |
| 1196 | } // namespace cppmicroservices |
no test coverage detected