]> SALOME platform Git repositories - modules/yacs.git/blobdiff - src/engine/ConversionException.cxx
Salome HOME
#18963 Change throw() -> noexcept
[modules/yacs.git] / src / engine / ConversionException.cxx
index 01da08e4448df691bb35b6794d03cdaa5f83a145..8f13bd5703fab669e82d6926281daae73b1cbdbf 100644 (file)
@@ -31,6 +31,6 @@ ConversionException::ConversionException(const std::string& what,bool prefix):Ex
   _what+=what;
 }
 
-ConversionException::~ConversionException() throw ()
+ConversionException::~ConversionException() noexcept
 {
 }