The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | List of all members
game::save_game_failed Struct Reference

Error used when game saving fails. More...

#include <game_errors.hpp>

Inheritance diagram for game::save_game_failed:
Inheritance graph

Public Member Functions

 save_game_failed ()
 
 save_game_failed (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
 

Detailed Description

Error used when game saving fails.

Definition at line 38 of file game_errors.hpp.

Constructor & Destructor Documentation

game::save_game_failed::save_game_failed ( )
inline

Definition at line 39 of file game_errors.hpp.

game::save_game_failed::save_game_failed ( const std::string msg)
inline

Definition at line 40 of file game_errors.hpp.


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