! \ingroup database */
| 2478 | \ingroup database |
| 2479 | */ |
| 2480 | struct DatabaseException : ExceptionWithStackTrace |
| 2481 | { |
| 2482 | DatabaseException(const std::string& desc) : ExceptionWithStackTrace(desc.c_str()) {} |
| 2483 | }; |
| 2484 | |
| 2485 | /*! Maintains access to the raw data stored in Snapshots and various |
| 2486 | other Database-related structures. |
no outgoing calls
no test coverage detected