Salome HOME
Various improvements.
[tools/py2cpp.git] / src / Errors.hxx
index 56a2a1fff0d5dd90f8a9f71911de1148367d0b2e..bf709c3f3471ec576d39ff253bd5342293f34516 100644 (file)
@@ -73,6 +73,12 @@ public:
   ExecutionException(const std::string& message);
 };
 
+class AttributeException:public Exception
+{
+public:
+  AttributeException(const std::string& message);
+};
+
 }
 
 #endif //PY2CPP_ERRORS_HXX