exception documentation

class MissingCommitError(Exception):

View In Hierarchy

Indicates that a commit was not found in the repository

Method __init__ Undocumented
Instance Variable sha Undocumented
def __init__(self, sha, *args, **kwargs):

Undocumented

sha =

Undocumented