Salome HOME
OperationPrs should not be shown if it is empty. correction of compilation on Linux.
[modules/shaper.git] / src / Events / Events_Error.cpp
index 1016816c36bc9d770a97908a9870b6fd2659af17..ce19e7c79815cd090bfed60fd19c76be101ef546 100644 (file)
@@ -44,7 +44,7 @@ void Events_Error::throwException(const std::string& theDescription)
 {
 #ifdef THROW_EMPTY_AIS_EXCEPTION
   try {
-    throw std::invalid_argument(theDescription);
+    throw;
   }
   catch (...) {
     Events_Error::send(