summaryrefslogtreecommitdiff
path: root/libxsd/libxsd/cxx/exceptions.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libxsd/libxsd/cxx/exceptions.hxx')
-rw-r--r--libxsd/libxsd/cxx/exceptions.hxx19
1 files changed, 19 insertions, 0 deletions
diff --git a/libxsd/libxsd/cxx/exceptions.hxx b/libxsd/libxsd/cxx/exceptions.hxx
new file mode 100644
index 0000000..ffbf6f6
--- /dev/null
+++ b/libxsd/libxsd/cxx/exceptions.hxx
@@ -0,0 +1,19 @@
+// file : libxsd/cxx/exceptions.hxx
+// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
+
+#ifndef LIBXSD_CXX_EXCEPTIONS_HXX
+#define LIBXSD_CXX_EXCEPTIONS_HXX
+
+#include <exception> // std::exception
+
+namespace xsd
+{
+ namespace cxx
+ {
+ struct exception: std::exception
+ {
+ };
+ }
+}
+
+#endif // LIBXSD_CXX_EXCEPTIONS_HXX