Content


NTL
Core
DbExceptionNoResult

DbExceptionNoResult


Exception class. It is thrown when query execution has empty result but some data is expected.

class DbExceptionNoResult :public std::exception
{
public:
    const char *what() const noexcept override;
        
    DbExceptionNoResult();
};
Namespace: nitisa
Include: Nitisa/Db/DbExceptionNoResult.h