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