From 579c3ac445043122b0a702bdb2542d9ea404b62e Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Wed, 26 Jul 2006 19:16:58 +0000 Subject: Exceptions have been re-worked, and are easier to use, and don't collide with system includues anymore. --- src/exceptions.cpp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/exceptions.cpp (limited to 'src/exceptions.cpp') diff --git a/src/exceptions.cpp b/src/exceptions.cpp new file mode 100644 index 0000000..441075d --- /dev/null +++ b/src/exceptions.cpp @@ -0,0 +1,5 @@ +#include "exceptions.h" +#include + +subExceptionDef( XmlException ) + -- cgit v1.2.3