exception documentation

class PkgNotFound(OSError): (source)

View In Hierarchy

Exception raised when a package can not be located.

Method __init__ Undocumented
Method __str__ Undocumented
Instance Variable msg Undocumented
def __init__(self, msg): (source)

Undocumented

def __str__(self): (source)

Undocumented

Undocumented