Salome HOME
Various improvements.
[tools/py2cpp.git] / src / Errors.cxx
index d6b0d5976cf4741518d49a533fdaa2af7b362a33..eb80814e69f12500f804c0d20879ac8f9d5bcb3a 100644 (file)
@@ -171,4 +171,9 @@ ExecutionException::ExecutionException(const std::string& message)
 {
 }
 
+AttributeException::AttributeException(const std::string& message)
+: Exception(message)
+{
+}
+
 }