|
curl-cpp
static c++17 wrapper for curl with -fno-exceptions support
|
#include <curl_easy.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 exception thrown via Ret_except in this class – except for cookie-related function, which can throw curl::NotBuiltIn_error.
Definition at line 65 of file curl_easy.hpp.
1.8.17