Salome HOME
Copyright update 2022
[modules/jobmanager.git] / src / bases / BL_Exception.hxx
index 931288ae244372b11a78583e4225ed94b9668fb6..fdcfdf2da4d1f840532b3e99108b7627ae41d49b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019  CEA/DEN, EDF R&D
+// Copyright (C) 2009-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
@@ -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;
   };
 }