exception documentation

class ObjectMissing(Exception):

View In Hierarchy

Indicates that a requested object is missing.

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

Undocumented