mirror of
https://github.com/edubart/otclient.git
synced 2026-01-11 08:31:29 +01:00
make otml simpler and easier to use, improve error handling/exceptions
This commit is contained in:
@@ -14,9 +14,6 @@ public:
|
||||
virtual const char* what() const throw() { return m_what.c_str(); }
|
||||
|
||||
protected:
|
||||
OTMLException() { }
|
||||
void generateErrorMessage(const OTMLDocumentPtr& doc, const std::string& error, int line);
|
||||
void generateErrorMessage(const OTMLNodePtr& node, const std::string& error);
|
||||
std::string m_what;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user