Remove dynamic exceptions
[anna.git] / example / diameter / launcher / MyHandler.cpp
index 9086582..dfc29bd 100644 (file)
@@ -49,7 +49,7 @@ void MyHandler::sendResponse(anna::comm::ClientSocket& clientSocket, anna::http:
 }
 
 void MyHandler::evRequest(anna::comm::ClientSocket& clientSocket, const anna::http::Request& request)
-throw(anna::RuntimeException) {
+noexcept(false) {
 
   const anna::DataBlock& body = request.getBody();
   anna::http::Method::Type::_v method = request.getMethod();