exception documentation

class PackageNotFoundError(ModuleNotFoundError): (source)

View In Hierarchy

The package was not found.

Method __str__ Undocumented
Property name Undocumented
def __str__(self): (source)

Undocumented

Undocumented