Giri's C++ Support Library
C++ library providing everything you need to quickly create awesome applications.
|
Exception to be thrown on http server errors. More...
#include <HTTPServer.h>
Public Types | |
using | SPtr = std::shared_ptr< HTTPServerException > |
using | UPtr = std::unique_ptr< HTTPServerException > |
using | WPtr = std::weak_ptr< HTTPServerException > |
![]() | |
using | SPtr = std::shared_ptr< ExceptionBase > |
using | UPtr = std::unique_ptr< ExceptionBase > |
using | WPtr = std::weak_ptr< ExceptionBase > |
Public Member Functions | |
HTTPServerException (const std::string &msg) | |
![]() | |
ExceptionBase (const std::string &msg="") | |
const char * | what () const throw () |
std::string | getMessage () const |
void | setMessage (const std::string &message="") |
Exception to be thrown on http server errors.