î
É X>  ã               @   sü   d  Z  Gd d „  d e ƒ Z Gd d „  d e ƒ Z Gd d „  d e ƒ Z Gd d „  d e ƒ Z Gd	 d
 „  d
 e ƒ Z Gd d „  d e ƒ Z Gd d „  d e ƒ Z Gd d „  d e ƒ Z	 Gd d „  d e ƒ Z
 Gd d „  d e ƒ Z Gd d „  d e ƒ Z d S)z"Exceptions used throughout packagec               @   s   e  Z d  Z d Z d S)ÚPipErrorzBase pip exceptionN)Ú__name__Ú
__module__Ú__qualname__Ú__doc__© r   r   ú9/home/ubuntu/projects/ifolica/build/pip/pip/exceptions.pyr      s   r   c               @   s   e  Z d  Z d Z d S)ÚInstallationErrorz%General exception during installationN)r   r   r   r   r   r   r   r   r      s   r   c               @   s   e  Z d  Z d Z d S)ÚUninstallationErrorz'General exception during uninstallationN)r   r   r   r   r   r   r   r   r	      s   r	   c               @   s   e  Z d  Z d Z d S)ÚDistributionNotFoundzCRaised when a distribution cannot be found to satisfy a requirementN)r   r   r   r   r   r   r   r   r
      s   r
   c               @   s   e  Z d  Z d Z d S)ÚBestVersionAlreadyInstalledzPRaised when the most up-to-date version of a package is already
    installed.  N)r   r   r   r   r   r   r   r   r      s   r   c               @   s   e  Z d  Z d Z d S)Ú
BadCommandz0Raised when virtualenv or a command is not foundN)r   r   r   r   r   r   r   r   r      s   r   c               @   s   e  Z d  Z d Z d S)ÚCommandErrorz7Raised when there is an error in command-line argumentsN)r   r   r   r   r   r   r   r   r      s   r   c               @   s   e  Z d  Z d Z d S)ÚPreviousBuildDirErrorz:Raised when there's a previous conflicting build directoryN)r   r   r   r   r   r   r   r   r   !   s   r   c               @   s   e  Z d  Z d Z d S)ÚHashMismatchz*Distribution file hash values don't match.N)r   r   r   r   r   r   r   r   r   %   s   r   c               @   s   e  Z d  Z d Z d S)ÚInvalidWheelFilenamezInvalid wheel filename.N)r   r   r   r   r   r   r   r   r   )   s   r   c               @   s   e  Z d  Z d Z d S)ÚUnsupportedWheelzUnsupported wheel.N)r   r   r   r   r   r   r   r   r   -   s   r   N)r   Ú	Exceptionr   r   r	   r
   r   r   r   r   r   r   r   r   r   r   r   Ú<module>   s   