Index: compiled/ElemHideException.cpp |
=================================================================== |
new file mode 100644 |
--- /dev/null |
+++ b/compiled/ElemHideException.cpp |
@@ -0,0 +1,12 @@ |
+#include "ElemHideException.h" |
+ |
+ElemHideException::ElemHideException(const String& text, |
+ const ElemHideBaseData& data) |
+ : ElemHideBase(text, data) |
+{ |
+} |
+ |
+Filter::Type ElemHideException::GetType() const |
+{ |
+ return Type::ELEMHIDEEXCEPTION; |
+} |