Content


NTL
Core
DbExceptionNoAttributes

DbExceptionNoAttributes


Exception class. It is thrown when ActiveRecord model has no attributes connected to DB table rows.

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