aboutsummaryrefslogtreecommitdiff
path: root/odb/details/exception.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/details/exception.hxx')
-rw-r--r--odb/details/exception.hxx21
1 files changed, 21 insertions, 0 deletions
diff --git a/odb/details/exception.hxx b/odb/details/exception.hxx
new file mode 100644
index 0000000..2da18ac
--- /dev/null
+++ b/odb/details/exception.hxx
@@ -0,0 +1,21 @@
+// file : odb/details/exception.hxx
+// author : Boris Kolpackov <boris@codesynthesis.com>
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// license : GNU GPL v2; see accompanying LICENSE file
+
+#ifndef ODB_DETAILS_EXCEPTION_HXX
+#define ODB_DETAILS_EXCEPTION_HXX
+
+#include <odb/exception.hxx>
+
+namespace odb
+{
+ namespace details
+ {
+ struct exception: odb::exception
+ {
+ };
+ }
+}
+
+#endif // ODB_DETAILS_EXCEPTION_HXX