Content


NTL
Core
DbExceptionNoColumnName

DbExceptionNoColumnName


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

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