Remove dynamic exceptions
[anna.git] / include / anna / http / parser / ReadHeader.hpp
index 33d2830..38dca66 100644 (file)
@@ -25,7 +25,7 @@ protected:
   ReadHeader(const ClassType::_v classType) : parser::Abstract(classType) {;}
 
   virtual int processLine(Transport&, const DataBlock&, const Token& line) const
-  throw(RuntimeException);
+  noexcept(false);
 };
 
 }