Remove dynamic exceptions
[anna.git] / source / http / parser / ReadChunkSize.cpp
index 6fec1ef..a361249 100644 (file)
@@ -64,7 +64,7 @@ using namespace anna;
    Después del tamamño del chunk puede venir un "; y parámetros extras".
 */
 int http::parser::ReadChunkSize::processLine(http::Transport& transport, const DataBlock& dataBlock, const http::Token& line) const
-throw(RuntimeException) {
+noexcept(false) {
   int chunkSize = 0;
   EncodedBlock* encodedBlock = transport.getEncodedBlock();