Exception class. It is thrown when active record model has no requested relation.
class DbExceptionRelationNotFound :public std::exception
{
public:
const char *what() const noexcept override;
DbExceptionRelationNotFound(const String &model, const String &relation);
};
Namespace: | nitisa |
Include: | Nitisa/Db/DbExceptionRelationNotFound.h |