Simple Web Game Server
0.1
A C++ library for creating authenticated scalable backends for multiplayer web games.
|
The class representing errors with the client. More...
#include <client.hpp>
Public Types | |
using | super = std::runtime_error |
Public Member Functions | |
client_error (const std::string &what_arg) noexcept | |
client_error (const char *what_arg) noexcept | |
The class representing errors with the client.