Giri's C++ Support Library
C++ library providing everything you need to quickly create awesome applications.
|
Exception to be thrown on websocket server errors. More...
#include <WebSocketServer.h>
Public Types | |
using | SPtr = std::shared_ptr< WebSocketServerException > |
using | UPtr = std::unique_ptr< WebSocketServerException > |
using | WPtr = std::weak_ptr< WebSocketServerException > |
![]() | |
using | SPtr = std::shared_ptr< ExceptionBase > |
using | UPtr = std::unique_ptr< ExceptionBase > |
using | WPtr = std::weak_ptr< ExceptionBase > |
Public Member Functions | |
WebSocketServerException (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 websocket server errors.