Remove dynamic exceptions
[anna.git] / include / anna / diameter / helpers / tid / Format.hpp
index ca41ae5..b28499d 100644 (file)
@@ -43,7 +43,7 @@ struct Format {
   * @param v Format type
   * @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);
   }
 };