The Battle for Wesnoth  1.19.0-dev
Public Member Functions | List of all members
abstract_validator::error Struct Reference

Used to manage with not initialized validators Supposed to be thrown from the constructor. More...

#include <validator.hpp>

Inheritance diagram for abstract_validator::error:

Public Member Functions

 error (const std::string &message)
 
- Public Member Functions inherited from game::error
 error ()
 
 error (const std::string &msg)
 
 ~error () noexcept
 
const char * what () const noexcept
 

Additional Inherited Members

- Public Attributes inherited from game::error
std::string message
 

Detailed Description

Used to manage with not initialized validators Supposed to be thrown from the constructor.

Definition at line 97 of file validator.hpp.

Constructor & Destructor Documentation

◆ error()

abstract_validator::error::error ( const std::string &  message)
inline

Definition at line 98 of file validator.hpp.


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