Botan  2.1.0
Crypto and TLS for C++11
Public Member Functions | List of all members
Botan::HTTP::HTTP_Error Struct Reference

#include <http_util.h>

Inheritance diagram for Botan::HTTP::HTTP_Error:
Botan::Exception

Public Member Functions

 HTTP_Error (const std::string &msg)
 
const char * what () const BOTAN_NOEXCEPT override
 

Detailed Description

HTTP_Error Exception

Definition at line 59 of file http_util.h.

Constructor & Destructor Documentation

Botan::HTTP::HTTP_Error::HTTP_Error ( const std::string &  msg)
inlineexplicit

Definition at line 61 of file http_util.h.

61  :
62  Exception("HTTP error " + msg)
63  {}
Exception(const std::string &msg)
Definition: exceptn.h:24

Member Function Documentation

const char* Botan::Exception::what ( ) const
inlineoverrideinherited

The documentation for this struct was generated from the following file: