Thrown when the help system fails to parse something. More...
#include <markup.hpp>
Public Member Functions | |
| parse_error (const std::string::const_iterator &error_loc, const std::string &error_msg) | |
| std::string::const_iterator | error_location () |
Public Member Functions inherited from game::error | |
| error () | |
| error (const std::string &msg) | |
| ~error () noexcept | |
| const char * | what () const noexcept |
Private Attributes | |
| std::string::const_iterator | error_position_ |
Additional Inherited Members | |
Public Attributes inherited from game::error | |
| std::string | message |
Thrown when the help system fails to parse something.
Definition at line 212 of file markup.hpp.
|
inline |
Definition at line 214 of file markup.hpp.
|
inline |
Definition at line 220 of file markup.hpp.
References error_position_.
|
private |
Definition at line 223 of file markup.hpp.
Referenced by error_location().