Remove dynamic exceptions
[anna.git] / include / anna / ldap / Scope.hpp
index 28eb905..9c28e8c 100644 (file)
@@ -37,7 +37,7 @@ struct Scope {
      \param v Codigo de ambito a traducir.
      \return Una cadena que identifica el tipo de ambito.
   */
-  static const char* asText(const Scope::_v v) throw(RuntimeException) {
+  static const char* asText(const Scope::_v v) noexcept(false) {
     return asCString(v);
   }
 };