X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2Fengine%2FConversionException.cxx;h=07a8583411defafeeb1116055d370f5247c22375;hb=refs%2Fheads%2Femc2_project;hp=01da08e4448df691bb35b6794d03cdaa5f83a145;hpb=f326fbedf87cbffb501f1c677c10222468e4e3f4;p=modules%2Fyacs.git diff --git a/src/engine/ConversionException.cxx b/src/engine/ConversionException.cxx index 01da08e44..07a858341 100644 --- a/src/engine/ConversionException.cxx +++ b/src/engine/ConversionException.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2006-2020 CEA/DEN, EDF R&D +// Copyright (C) 2006-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 @@ -31,6 +31,6 @@ ConversionException::ConversionException(const std::string& what,bool prefix):Ex _what+=what; } -ConversionException::~ConversionException() throw () +ConversionException::~ConversionException() noexcept { }