Your IP : 216.73.216.79


Current Path : /usr/lib/python3.8/site-packages/installer/
Upload File :
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."""