MCPcopy Create free account
hub / github.com/JosephP91/curlcpp / curl_multi_exception

Method curl_multi_exception

include/curl_exception.h:176–177  ·  view source on GitHub ↗

* This constructor enables setting a custom error message and the method name where * the exception has been thrown. */

Source from the content-addressed store, hash-verified

174 * the exception has been thrown.
175 */
176 curl_multi_exception(const std::string &error, const std::string &method) :
177 curl_exception(error,method), code(CURLM_OK) {}
178 /**
179 * The constructor will transform a CURLMcode error to a proper error message.
180 */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected