Salome HOME
#18963 Change throw() -> noexcept
[modules/hexablock.git] / src / HEXABLOCKGUI / HEXABLOCKGUI_Exception.hxx
index 70e40d897e72fdfa96d4eed347d429abc2bd85c3..d309247aa3bff79739e04386340eb329a49c3e23 100644 (file)
@@ -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;
     };
   }
 }