Simple Web Game Server  0.1
A C++ library for creating authenticated scalable backends for multiplayer web games.
Public Types | Public Member Functions | List of all members
simple_web_game_server::client< client_config >::client_error Class Reference

The class representing errors with the client. More...

#include <client.hpp>

Inheritance diagram for simple_web_game_server::client< client_config >::client_error:

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
 

Detailed Description

template<typename client_config>
class simple_web_game_server::client< client_config >::client_error

The class representing errors with the client.


The documentation for this class was generated from the following file: