Remove dynamic exceptions
[anna.git] / include / anna / dbms.oracle / Descriptor.hpp
index af2395d..6d48df2 100644 (file)
@@ -38,7 +38,7 @@ struct Descriptor {
   }
   virtual ~Descriptor();
 
-  void allocate(Database&, Connection*,  const int type)  throw(RuntimeException);
+  void allocate(Database&, Connection*,  const int type)  noexcept(false);
 };
 
 }