X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2Fbases%2FBL_Exception.hxx;h=ae10e3e8e797043408ff16b92ad309c4feaeda60;hb=33cea818f7b4652f527a8561ae1b54dbb12d0574;hp=2e3f4632e64755010234c93c6c05fc7acd396303;hpb=61df81f9ee51bb17f837afe27c3ffe915050a2d2;p=modules%2Fjobmanager.git diff --git a/src/bases/BL_Exception.hxx b/src/bases/BL_Exception.hxx index 2e3f463..ae10e3e 100644 --- a/src/bases/BL_Exception.hxx +++ b/src/bases/BL_Exception.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2014 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; }; }