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