Error used for any general game error, e.g. More...
#include <game_errors.hpp>

Public Member Functions | |
| game_error (const std::string &msg) | |
Public Member Functions inherited from game::error | |
| error () | |
| error (const std::string &msg) | |
| ~error () throw () | |
| const char * | what () const throw () |
Additional Inherited Members | |
Public Attributes inherited from game::error | |
| std::string | message |
Error used for any general game error, e.g.
data files are corrupt.
Definition at line 46 of file game_errors.hpp.
|
inline |
Definition at line 47 of file game_errors.hpp.
1.8.8