|
curl-cpp
static c++17 wrapper for curl with -fno-exceptions support
|
#include <curl_multi.hpp>


Public Member Functions | |
| Exception (long err_code_arg) | |
| Exception (const Exception &)=default | |
| auto | what () const noexcept -> const char * |
Public Attributes | |
| const long | error_code |
Base class for any exceptions thrown via Ret_except in this class.
Definition at line 35 of file curl_multi.hpp.
1.8.17