Salome HOME
Updated copyright comment
[modules/jobmanager.git] / src / bases / BL_Exception.hxx
index c93414e669c5c5cf92cab1143ad930d4562185e3..ae10e3e8e797043408ff16b92ad309c4feaeda60 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020  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;
   };
 }