X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHEXABLOCKGUI%2FHEXABLOCKGUI_Exception.hxx;h=8fd94bd6cc73a72743695ca436c7da9208d42231;hb=6bc26b1701fc9bb16e44291f2dc4ab1b80525d8f;hp=f25196602c517111a704ce062cae1c275cdaaa5c;hpb=1674985cad0e3cdadc3298860a32848f3d155c03;p=modules%2Fhexablock.git diff --git a/src/HEXABLOCKGUI/HEXABLOCKGUI_Exception.hxx b/src/HEXABLOCKGUI/HEXABLOCKGUI_Exception.hxx index f251966..8fd94bd 100644 --- a/src/HEXABLOCKGUI/HEXABLOCKGUI_Exception.hxx +++ b/src/HEXABLOCKGUI/HEXABLOCKGUI_Exception.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2019 CEA/DEN, EDF R&D +// Copyright (C) 2009-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 @@ -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; }; } }