X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=include%2Fanna%2Fhttp%2Fparser%2FReadHeader.hpp;h=38dca663f24e1b9c0bd2b719b25c9a9f4dbf6760;hb=5a6cba5fde2b2f538a7515f8293cc0a8d9589dfa;hp=33d2830527512b818a3a03860415676e5a4923ad;hpb=93366a0bda79e6fd6e7dad6316bfcf8cc82f5731;p=anna.git diff --git a/include/anna/http/parser/ReadHeader.hpp b/include/anna/http/parser/ReadHeader.hpp index 33d2830..38dca66 100644 --- a/include/anna/http/parser/ReadHeader.hpp +++ b/include/anna/http/parser/ReadHeader.hpp @@ -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); }; }