|
WSF
|
#include <Utml.hpp>
Inherits std::exception.
Public Member Functions | |
| UtmlParseError (const std::string &aError) | |
| ~UtmlParseError () override | |
| const char * | what () const noexcept override |
Public Attributes | |
| std::string | mError |
| UtmlParseError::UtmlParseError | ( | const std::string & | aError | ) |
References mError.
|
override |
|
overridenoexcept |
References mError.
Referenced by UtmlObject::parseFile().
| std::string UtmlParseError::mError |
Referenced by UtmlParser::Parse(), UtmlParseError(), and what().