Remove dynamic exceptions
[anna.git] / example / timex / ArithmeticHTTPServer / Transaction.cpp
index 423d1f5..8aad389 100644 (file)
@@ -30,7 +30,7 @@ http4comm::Transaction::Transaction () :
  * de la transaciĆ³n se contesta al cliente con un error indicando la situaciĆ³n.
  */
 void http4comm::Transaction::expire (anna::timex::Engine*)
-   throw (RuntimeException)
+   noexcept(false)
 {
     comm::Communicator* communicator = app::functions::component <comm::Communicator> (ANNA_FILE_LOCATION);