exception documentation
class NotCommitError(WrongObjectException):
Constructor: NotCommitError(sha, *args, **kwargs)
Indicates that the sha requested does not point to a commit.
| Class Variable | type |
Undocumented |
Inherited from WrongObjectException:
| Method | __init__ |
Initialize a WrongObjectException. |