Remove dynamic exceptions
[anna.git] / source / diameter / app / dcca / Message.cpp
index 529a39e..1539731 100644 (file)
@@ -13,7 +13,7 @@
 using namespace anna::diameter::app::dcca;
 
 
-const qosProfile_t & Message::decode3GPPGPRSNegQoSProfile() throw(anna::RuntimeException) {
+const qosProfile_t & Message::decode3GPPGPRSNegQoSProfile() noexcept(false) {
   a_qosProfile.reset();
   //const std::string & utf8 = get3GPPGPRSNegQoSProfile()->getValue();
   // TODO: decode here ...