|
10Duke Enterprise C++ Client
|
#include <HTTPException.h>
A generic HTTP-exception.
Also acts as a base class for more specific exceptions, especially:
Public Member Functions | |
| HTTPException (const std::string &message) | |
| Constructs new instance. | |
Public Member Functions inherited from tenduke::net::NetworkingException | |
| NetworkingException (const std::string &message) | |
| Constructs new instance. | |
Public Member Functions inherited from tenduke::TendukeException | |
| TendukeException (const std::string &message) | |
| Constructs new instance. | |
|
inlineexplicit |
Constructs new instance.
| message | - |