X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FUtils%2FUtils_SALOME_Exception.cxx;fp=src%2FUtils%2FUtils_SALOME_Exception.cxx;h=999afd652cf499d331698b8b93b48b12bfbdf828;hb=77773aa5efd0d400ad59025b9c4ec050d593c0dd;hp=fe29ca1b84245c04d5cea07ad8811b22794aab58;hpb=561c8837aca34ed658cc6fbe04cf2f8778d824c4;p=modules%2Fkernel.git diff --git a/src/Utils/Utils_SALOME_Exception.cxx b/src/Utils/Utils_SALOME_Exception.cxx index fe29ca1b8..999afd652 100644 --- a/src/Utils/Utils_SALOME_Exception.cxx +++ b/src/Utils/Utils_SALOME_Exception.cxx @@ -89,7 +89,7 @@ SALOME_Exception::SALOME_Exception( const char *text, const char *fileName, cons } -SALOME_Exception::~SALOME_Exception() throw () +SALOME_Exception::~SALOME_Exception() noexcept { if ( _text ) { @@ -116,7 +116,7 @@ std::ostream & operator<<( std::ostream &os , const SALOME_Exception &ex ) -const char* SALOME_Exception::what( void ) const throw () +const char* SALOME_Exception::what( void ) const noexcept { return _text ; }