TDME2  1.9.200
GUIParserException.cpp
Go to the documentation of this file.
2 
3 #include <tdme/tdme.h>
5 
8 
9 GUIParserException::GUIParserException(const string& message) : ExceptionBase(message)
10 {
11 }
12 
Exception base class.
Definition: ExceptionBase.h:19