]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/XAO/XAO_Exception.hxx
Salome HOME
updated copyright message
[modules/shaper.git] / src / XAO / XAO_Exception.hxx
index f926660fe2b007748685e8a3c6e600cba58ddde0..f0f1bed7ea28b706560f5e936ccee587248cb653 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2020  CEA/DEN, EDF R&D
+// Copyright (C) 2013-2023  CEA, EDF
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -41,13 +41,13 @@ namespace XAO
         {
         }
 
-        virtual ~XAO_Exception() throw() {};
+        virtual ~XAO_Exception() noexcept {};
 
         /**
          * Returns the error message.
          * @return the error message.
          */
-        virtual const char* what() const throw ()
+        virtual const char* what() const noexcept
         {
             return m_message;
         }