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