![]() |
zeep::http::uri_parse_error — the exception thrown by libzeep when an invalid uri is passed to the uri constructor.
// In header: <zeep/http/uri.hpp> class uri_parse_error : public zeep::exception { public: // construct/copy/destruct uri_parse_error(); uri_parse_error(const std::string &); };