// file : odb/qt/exception.hxx // copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_QT_EXCEPTION_HXX #define ODB_QT_EXCEPTION_HXX #include #include #include // ODB_NOTHROW_NOEXCEPT #include namespace odb { namespace qt { struct LIBODB_QT_EXPORT exception: odb::exception { virtual const char* what () const ODB_NOTHROW_NOEXCEPT = 0; }; } } #include #endif // ODB_QT_EXCEPTION_HXX