exception documentation

class NotGitRepository(Exception):

View In Hierarchy

Indicates that no Git repository was found.

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

Undocumented