Remove dynamic exceptions
[anna.git] / include / anna / diameter / codec / Format.hpp
index e326f34..01ed65f 100644 (file)
@@ -61,7 +61,7 @@ struct Format {
   *
   * @return Format description
   */
-  static const char* asText(const Format::_v v) throw(anna::RuntimeException) {
+  static const char* asText(const Format::_v v) noexcept(false) {
     return asCString(v);
   }