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