Remove dynamic exceptions
[anna.git] / source / xml / DTDFile.cpp
index cdddb0a..4f3a29f 100644 (file)
@@ -24,7 +24,7 @@ using namespace anna;
 using namespace anna::xml;
 
 _xmlDtd* DTDFile::parse(const char *filename) const
-throw(RuntimeException) {
+noexcept(false) {
   LOGMETHOD(TraceMethod tf("anna::xml::DTDFile", "parse", ANNA_FILE_LOCATION));
   _xmlDtd* result;
   int stream;