Remove dynamic exceptions
[anna.git] / include / anna / diameter / codec / basetypes / Unknown.hpp
index c571f53..7ce77b8 100644 (file)
@@ -33,7 +33,7 @@ public:
 
   virtual ~Unknown() {;}
 
-  std::string getFormatName() const throw() { return "Unknown"; }
+  std::string getFormatName() const { return "Unknown"; }
 };
 
 }