aboutsummaryrefslogtreecommitdiff
path: root/src/exceptions.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/exceptions.cpp5
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
4subExceptionDef( XmlException )
5