Exception class. It is thrown when error indicated in a message happened during attempt to get table primary keys.
class DbExceptionQueryPrimaryKeys :public std::exception
{
public:
const char *what() const noexcept override;
DbExceptionQueryPrimaryKeys(const String& msg);
};
Namespace: | nitisa |
Include: | Nitisa/Db/DbExceptionQueryPrimaryKeys.h |