// file : odb/qt/date-time/exceptions.cxx // copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include namespace odb { namespace qt { namespace date_time { const char* value_out_of_range:: what () const throw () { return "date/time value out of range"; } } } }