Salome HOME
updated copyright message
[modules/paravis.git] / src / Plugins / JSONReader / plugin / JSONParserModule / vtkJSONParser.h
index 6f05d843a1cb05336cb59bba35f31ec8a80d9c9d..d5244fb4d0d09d177ee57d20c8a967ef1f3dd6d4 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2015-2020  CEA/DEN, EDF R&D
+// Copyright (C) 2015-2023  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
@@ -37,8 +37,8 @@ class VTK_EXPORT vtkJSONException : public std::exception
 {
 public:
   vtkJSONException(const char* reason);
-  ~vtkJSONException() throw();
-  const char* what() const throw();
+  ~vtkJSONException() noexcept;
+  const char* what() const noexcept;
 
 protected:
   std::string Reason;