X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=source%2Fhtml%2FDocumentFile.cpp;h=699d23681e6b729ee35b01b34728266b006593b0;hb=b9cb59210ce2a02d8246f1a9a1acfcfdcd892f3a;hp=5046ee8126a9e3310b65f29e27a5306404d30633;hpb=39033fd99e58e994a5e98c1060dcc79e0d81f9c9;p=anna.git diff --git a/source/html/DocumentFile.cpp b/source/html/DocumentFile.cpp index 5046ee8..699d236 100644 --- a/source/html/DocumentFile.cpp +++ b/source/html/DocumentFile.cpp @@ -76,6 +76,6 @@ throw(RuntimeException) { _xmlDoc* html::DocumentFile::do_initialize(const anna::DataBlock&) throw(RuntimeException) { - throw("html::DocumentFile::do_initialize | Not implemented", ANNA_FILE_LOCATION); + throw RuntimeException("html::DocumentFile::do_initialize | Not implemented", ANNA_FILE_LOCATION); return NULL; }