<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"
        integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"
        integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ=="
        crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
</html>
î
“Re>  ã               @   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   ú)/tmp/pip-ztkk0jow-build/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   