def __init__(self, message, proto=None): GitError.__init__(self, message, proto)
def __init__(self, proto): GitError.__init__(self, "The specified repository doesn't exist.", proto)
def __init__(self, proto): GitError.__init__(self, "You don't have access to this reference.", proto)
def __init__(self, proto): GitError.__init__(self, "You don't have access to this repository.", proto)