// file : odb/details/exception.hxx // copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_DETAILS_EXCEPTION_HXX #define ODB_DETAILS_EXCEPTION_HXX #include #include #include namespace odb { namespace details { struct LIBODB_EXPORT exception: odb::exception { }; } } #include #endif // ODB_DETAILS_EXCEPTION_HXX