Remove dynamic exceptions
[anna.git] / source / xml / Compressor.cpp
index 543b0e5..09654bd 100644 (file)
@@ -16,6 +16,6 @@ using namespace std;
 using namespace anna;
 
 const DataBlock& xml::Compressor::apply(const xml::Document& docXML)
-throw(RuntimeException) {
+noexcept(false) {
   return ZBlock::compress(docXML.getContent());
 }