Thrown when the help system fails to parse something. More...
#include <help_impl.hpp>
Public Member Functions | |
| parse_error (const std::string &msg) | |
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 |
Thrown when the help system fails to parse something.
Definition at line 219 of file help_impl.hpp.
|
inline |
Definition at line 221 of file help_impl.hpp.