Content


NTL
Core
DbExceptionNoTableName

DbExceptionNoTableName


Exception class. It is thrown when provided table name is empty.

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