Exception class. It is thrown when attempting to revert migration with no implemented Revert() method (default behavior which may be changed).
class DbExceptionRevertNotImplemented :public std::exception
{
public:
const char *what() const noexcept override;
DbExceptionRevertNotImplemented();
};
Namespace: | nitisa |
Include: | Nitisa/Db/DbExceptionRevertNotImplemented.h |