| Current Path : /usr/lib/python3.8/site-packages/installer/ |
| Current File : //usr/lib/python3.8/site-packages/installer/exceptions.py |
"""Errors raised from this package."""
class InstallerError(Exception):
"""All exceptions raised from this package's code."""
class InvalidWheelSource(InstallerError):
"""When a wheel source violates a contract, or is not supported."""