roar
|
#include <curl_error.hpp>
Public Member Functions | |
CurlError (std::string message, CURLcode code) | |
char const * | what () const noexcept |
CURLcode | code () const noexcept |
Private Attributes | |
std::string | m_message |
CURLcode | m_code |
|
inline |
|
inlinenoexcept |
|
inlinenoexcept |
|
private |
|
private |