aboutsummaryrefslogtreecommitdiff
path: root/xml/exception.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xml/exception.hxx')
-rw-r--r--xml/exception.hxx17
1 files changed, 17 insertions, 0 deletions
diff --git a/xml/exception.hxx b/xml/exception.hxx
new file mode 100644
index 0000000..adb242f
--- /dev/null
+++ b/xml/exception.hxx
@@ -0,0 +1,17 @@
+// file : xml/exception.hxx
+// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// license : MIT; see accompanying LICENSE file
+
+#ifndef XML_EXCEPTION_HXX
+#define XML_EXCEPTION_HXX
+
+#include <exception>
+
+#include <xml/details/export.hxx>
+
+namespace xml
+{
+ struct LIBSTUDXML_EXPORT exception: std::exception {};
+}
+
+#endif // XML_EXCEPTION_HXX