![]() |
Cavoke
1.1.0
A Platform for creating and hosting multiplayer turn-based board games
|
exception for errors thrown during actions with sessions More...
#include <game_session.h>
Public Member Functions | |
| game_session_error (std::string message) | |
Public Member Functions inherited from cavoke::server::cavoke_base_exception | |
| cavoke_base_exception (std::string message, error_code code, std::string tag="cavoke") | |
Additional Inherited Members | |
Public Types inherited from cavoke::server::cavoke_base_exception | |
| enum | error_code { UnknownError = 0 , InvalidClientInput , NotFound , InvalidConfig } |
exception for errors thrown during actions with sessions
Definition at line 23 of file game_session.h.
|
explicit |
Definition at line 6 of file game_session.cpp.