<!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>
î
“ReU  ã               @   sD  d  Z  d d l m 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 e ƒ Z Gd d „  d e e ƒ Z Gd d „  d e e ƒ Z Gd d „  d e ƒ Z Gd d „  d e e ƒ Z d S)za
requests.exceptions
~~~~~~~~~~~~~~~~~~~

This module contains the set of Requests' exceptions.

é   )Ú	HTTPErrorc                   s(   e  Z d  Z d Z ‡  f d d †  Z ‡  S)ÚRequestExceptionzOThere was an ambiguous exception that occurred while handling your
    request.c                s„   | j  d d ƒ } | |  _ | j  d d ƒ |  _ | d k	 rg |  j rg t | d ƒ rg |  j j |  _ n  t t |  ƒ j | | Ž  d S)zT
        Initialize RequestException with `request` and `response` objects.
        ÚresponseNÚrequest)Úpopr   r   ÚhasattrÚsuperr   Ú__init__)ÚselfÚargsÚkwargsr   )Ú	__class__© ú:/tmp/pip-ztkk0jow-build/pip/_vendor/requests/exceptions.pyr	      s    	zRequestException.__init__)Ú__name__Ú
__module__Ú__qualname__Ú__doc__r	   r   r   )r   r   r      s   r   c               @   s   e  Z d  Z d Z d S)r   zAn HTTP error occurred.N)r   r   r   r   r   r   r   r   r      s   r   c               @   s   e  Z d  Z d Z d S)ÚConnectionErrorzA Connection error occurred.N)r   r   r   r   r   r   r   r   r   "   s   r   c               @   s   e  Z d  Z d Z d S)Ú
ProxyErrorzA proxy error occurred.N)r   r   r   r   r   r   r   r   r   &   s   r   c               @   s   e  Z d  Z d Z d S)ÚSSLErrorzAn SSL error occurred.N)r   r   r   r   r   r   r   r   r   *   s   r   c               @   s   e  Z d  Z d Z d S)ÚTimeoutzThe request timed out.N)r   r   r   r   r   r   r   r   r   .   s   r   c               @   s   e  Z d  Z d Z d S)ÚURLRequiredz*A valid URL is required to make a request.N)r   r   r   r   r   r   r   r   r   2   s   r   c               @   s   e  Z d  Z d Z d S)ÚTooManyRedirectszToo many redirects.N)r   r   r   r   r   r   r   r   r   6   s   r   c               @   s   e  Z d  Z d Z d S)ÚMissingSchemaz/The URL schema (e.g. http or https) is missing.N)r   r   r   r   r   r   r   r   r   :   s   r   c               @   s   e  Z d  Z d Z d S)ÚInvalidSchemaz"See defaults.py for valid schemas.N)r   r   r   r   r   r   r   r   r   >   s   r   c               @   s   e  Z d  Z d Z d S)Ú
InvalidURLz' The URL provided was somehow invalid. N)r   r   r   r   r   r   r   r   r   B   s   r   c               @   s   e  Z d  Z d Z d S)ÚChunkedEncodingErrorz?The server declared chunked encoding but sent an invalid chunk.N)r   r   r   r   r   r   r   r   r   F   s   r   c               @   s   e  Z d  Z d Z d S)ÚContentDecodingErrorz!Failed to decode response contentN)r   r   r   r   r   r   r   r   r   J   s   r   N)r   Zpackages.urllib3.exceptionsr   ÚBaseHTTPErrorÚIOErrorr   r   r   r   r   r   r   Ú
ValueErrorr   r   r   r   r   r   r   r   r   Ú<module>	   s   