Salome HOME
Updated copyright comment
[modules/jobmanager.git] / src / bases / BL_Exception.hxx
old mode 100755 (executable)
new mode 100644 (file)
index 2e3f463..ae10e3e
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2014  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
@@ -40,8 +40,8 @@ namespace BL
     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;
   };
 }