curl-cpp
static c++17 wrapper for curl with -fno-exceptions support
Public Member Functions | Public Attributes | List of all members
curl::Easy_ref_t::Exception Class Reference

#include <curl_easy.hpp>

Inheritance diagram for curl::Easy_ref_t::Exception:
Inheritance graph
Collaboration diagram for curl::Easy_ref_t::Exception:
Collaboration graph

Public Member Functions

 Exception (long err_code_arg)
 
 Exception (const Exception &)=default
 
auto what () const noexcept -> const char *
 

Public Attributes

const long error_code
 

Detailed Description

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.


The documentation for this class was generated from the following files: