Remove dynamic exceptions
[anna.git] / include / anna / http / http.hpp
index 04ab49f..d7bf0e2 100644 (file)
@@ -20,7 +20,7 @@ namespace anna {
 
    \code
    void MyHTTPServer::initialize ()
-      throw (RuntimeException)
+      noexcept(false)
    {
       CommandLine& cl (CommandLine::instantiate ());
 
@@ -36,7 +36,7 @@ namespace anna {
 
    \code
    void MyHTTPClient::initialize ()
-      throw (RuntimeException)
+      noexcept(false)
    {
       CommandLine& cl (CommandLine::instantiate ());