X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2Fbases%2FBL_Exception.hxx;h=fdcfdf2da4d1f840532b3e99108b7627ae41d49b;hb=002325475b17a7b93c51d8946e884a1404024a68;hp=931288ae244372b11a78583e4225ed94b9668fb6;hpb=94317c743eafd6b6de89a47378e31410b4a8fdf3;p=modules%2Fjobmanager.git diff --git a/src/bases/BL_Exception.hxx b/src/bases/BL_Exception.hxx index 931288a..fdcfdf2 100644 --- a/src/bases/BL_Exception.hxx +++ b/src/bases/BL_Exception.hxx @@ -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; }; }