Salome HOME
Copyright update 2022
[modules/paravis.git] / src / Plugins / JSONReader / plugin / JSONParserModule / vtkJSONParser.cxx
index 13fce7edfad32262db32c46f7dc13543c9439b75..19e96f69e5999db8e958a9d9100d019fd92f1a4e 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2015-2019  CEA/DEN, EDF R&D
+// Copyright (C) 2015-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
@@ -93,12 +93,12 @@ vtkJSONException::vtkJSONException(const char* reason)
 }
 
 //---------------------------------------------------
-vtkJSONException::~vtkJSONException() throw()
+vtkJSONException::~vtkJSONException() noexcept
 {
 }
 
 //---------------------------------------------------
-const char* vtkJSONException::what() const throw()
+const char* vtkJSONException::what() const noexcept
 {
   return Reason.c_str();
 }