Remove dynamic exceptions
[anna.git] / source / http / parser / WaitChunkSize.cpp
index 2fa8b57..c82ec7c 100644 (file)
@@ -44,7 +44,7 @@ using namespace anna;
    656: 2d 3e 0a 0d 0a 30 0d 0a 0d 0a                     ->...0....
 */
 int http::parser::WaitChunkSize::processLine(http::Transport& transport, const DataBlock& dataBlock, const http::Token& line) const
-throw(RuntimeException) {
+noexcept(false) {
   if(line.getSize() == 0) {
     setState(transport, ClassType::ReadChunkSize);
     return -1;