Remove dynamic exceptions
[anna.git] / source / dbms / OutputBind.cpp
index 53e6b23..2415916 100644 (file)
@@ -16,7 +16,7 @@ using namespace anna;
 using namespace std;
 
 void dbms::OutputBind::write() const
-throw(RuntimeException, dbms::DatabaseException) {
+noexcept(false) {
   const dbms::Data& data = Bind::getData();
 
   if(data.getType() != Data::Type::LongBlock) {