Salome HOME
Copyright update 2022
[modules/yacs.git] / src / engine / ConversionException.hxx
index 1a31cd51c33429eff662d8080978e64eb1c90623..2a1541597992c104fece4d1c7a250eddb351a391 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2006-2016  CEA/DEN, EDF R&D
+// Copyright (C) 2006-2022  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -33,7 +33,7 @@ namespace YACS
     {
     public:
       ConversionException(const std::string& what,bool prefix=true);
-      virtual ~ConversionException() throw();
+      virtual ~ConversionException() noexcept;
     private:
       static const char TYPEOFEXCEPTION[];
     };