Remove dynamic exceptions
[anna.git] / source / comm / transport / Transport.cpp
index 84c823c..4ecf41a 100644 (file)
@@ -17,7 +17,7 @@ using namespace anna;
 const int comm::Transport::MinOverQuotaSize;
 
 comm::Message* comm::Transport::nullInputMessage()
-throw(RuntimeException) {
+noexcept(false) {
   throw RuntimeException(
     "anna::comm::Transport::getInputMessage | No incoming message available",
     ANNA_FILE_LOCATION