diff options
Diffstat (limited to 'src/exceptions.cpp')
-rw-r--r-- | src/exceptions.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
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 @@ | |||
1 | #include "exceptions.h" | ||
2 | #include <stdarg.h> | ||
3 | |||
4 | subExceptionDef( XmlException ) | ||
5 | |||