Salome HOME
Updated copyright comment
[modules/hexablock.git] / src / HEXABLOCKGUI / HEXABLOCKGUI_Exception.hxx
old mode 100755 (executable)
new mode 100644 (file)
index 462c426..4071034
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2015  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2024  CEA, EDF
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -35,8 +35,8 @@ namespace HEXABLOCK
       std::string _what;
     public:
       Exception(const std::string& what);
-      const char *what( void ) const throw ();
-      virtual ~Exception() throw ();
+      const char *what( void ) const noexcept;
+      virtual ~Exception() noexcept;
     };
   }
 }