exception documentation

class PackFileDisappeared(Exception):

Constructor: PackFileDisappeared(obj)

View In Hierarchy

Raised when a pack file unexpectedly disappears.

Method __init__ Initialize PackFileDisappeared exception.
Instance Variable obj Undocumented
def __init__(self, obj: object):

Initialize PackFileDisappeared exception.

Parameters
obj:objectThe object that triggered the exception
obj =

Undocumented