X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=include%2Fanna%2Fhttp%2Fparser%2FReadChunkData.hpp;h=054f4e71acd17c15a957f5b993286f9fb7e1719c;hb=f34b8069233e9e09208339bb79d8576c1ff962e1;hp=67ab6982ca9838403fc1c5da8cb953af620ea7a4;hpb=93366a0bda79e6fd6e7dad6316bfcf8cc82f5731;p=anna.git diff --git a/include/anna/http/parser/ReadChunkData.hpp b/include/anna/http/parser/ReadChunkData.hpp index 67ab698..054f4e7 100644 --- a/include/anna/http/parser/ReadChunkData.hpp +++ b/include/anna/http/parser/ReadChunkData.hpp @@ -22,7 +22,7 @@ public: ReadChunkData() : ReadHeader(ClassType::ReadChunkData) {;} private: - int processLine(Transport&, const DataBlock&, const Token& line) const throw(RuntimeException); + int processLine(Transport&, const DataBlock&, const Token& line) const noexcept(false); }; }