OwlCyberSecurity - MANAGER
Edit File: exceptions.cpython-36.opt-1.pyc
3 nf�\�������������������@���sL��d�dl�mZ�ddlmZ�G�dd��de�ZG�dd��de�ZG�dd ��d e�Z G�d d��de �Z G�dd ��d e�ZG�dd��de�ZG�dd��de�Z G�dd��de�ZeZG�dd��de �ZG�dd��de �ZG�dd��de�ZG�dd��de�ZG�dd��dee �ZG�dd��de�ZG�d d!��d!ee �ZG�d"d#��d#e �ZG�d$d%��d%e �ZG�d&d'��d'ee�ZG�d(d)��d)e�ZG�d*d+��d+e�ZG�d,d-��d-e�ZG�d.d/��d/e�ZG�d0d1��d1e�ZG�d2d3��d3e�Z G�d4d5��d5e�Z!G�d6d7��d7e�Z"G�d8d9��d9e�Z#G�d:d;��d;ee�Z$G�d<d=��d=e�Z%G�d>d?��d?ee�ZG�d@dA��dAe�Z&G�dBdC��dCe'e�Z(G�dDdE��dEe�Z)G�dFdG��dGe�Z*dHS�)I�����)�absolute_import����)�IncompleteReadc���������������@���s���e�Zd�ZdZdS�)� HTTPErrorz#Base exception used by this module.N)�__name__� __module__�__qualname__�__doc__��r ���r ���� /usr/lib/python3.6/exceptions.pyr������s���r���c���������������@���s���e�Zd�ZdZdS�)�HTTPWarningz!Base warning used by this module.N)r���r���r���r ���r ���r ���r ���r���r��� ���s���r���c���������������@���s ���e�Zd�ZdZdd��Zdd��ZdS�)� PoolErrorz/Base exception for errors caused within a pool.c�������������C���s���||�_�tj|�d||f���d�S�)Nz%s: %s)�poolr����__init__)�selfr����messager ���r ���r���r������s����zPoolError.__init__c�������������C���s ���|�j�dfS�)N)NN)� __class__)r���r ���r ���r���� __reduce__���s����zPoolError.__reduce__N)r���r���r���r ���r���r���r ���r ���r ���r���r ������s���r ���c���������������@���s ���e�Zd�ZdZdd��Zdd��ZdS�)�RequestErrorz8Base exception for PoolErrors that have associated URLs.c�������������C���s���||�_�tj|�||��d�S�)N)�urlr ���r���)r���r���r���r���r ���r ���r���r������s����zRequestError.__init__c�������������C���s���|�j�d�|�jd�ffS�)N)r���r���)r���r ���r ���r���r���#���s����zRequestError.__reduce__N)r���r���r���r ���r���r���r ���r ���r ���r���r������s���r���c���������������@���s���e�Zd�ZdZdS�)�SSLErrorz9Raised when SSL certificate fails in an HTTPS connection.N)r���r���r���r ���r ���r ���r ���r���r���(���s���r���c���������������@���s���e�Zd�ZdZdS�)� ProxyErrorz,Raised when the connection to a proxy fails.N)r���r���r���r ���r ���r ���r ���r���r���-���s���r���c���������������@���s���e�Zd�ZdZdS�)�DecodeErrorz;Raised when automatic decoding based on Content-Type fails.N)r���r���r���r ���r ���r ���r ���r���r���2���s���r���c���������������@���s���e�Zd�ZdZdS�)� ProtocolErrorz>Raised when something unexpected happens mid-request/response.N)r���r���r���r ���r ���r ���r ���r���r���7���s���r���c���������������@���s���e�Zd�ZdZddd�ZdS�)� MaxRetryErrora��Raised when the maximum number of retries is exceeded. :param pool: The connection pool :type pool: :class:`~urllib3.connectionpool.HTTPConnectionPool` :param string url: The requested Url :param exceptions.Exception reason: The underlying error Nc�������������C���s&���||�_�d||f�}tj|�|||��d�S�)Nz0Max retries exceeded with url: %s (Caused by %r))�reasonr���r���)r���r���r���r���r���r ���r ���r���r���L���s���� zMaxRetryError.__init__)N)r���r���r���r ���r���r ���r ���r ���r���r���B���s���r���c���������������@���s���e�Zd�ZdZddd�ZdS�)�HostChangedErrorz?Raised when an existing pool gets a request for a foreign host.����c�������������C���s"���d|�}t�j|�|||��||�_d�S�)Nz)Tried to open a foreign host with url: %s)r���r����retries)r���r���r���r���r���r ���r ���r���r���X���s����zHostChangedError.__init__N)r���)r���r���r���r ���r���r ���r ���r ���r���r���U���s���r���c���������������@���s���e�Zd�ZdZdS�)�TimeoutStateErrorz3 Raised when passing an invalid state to a timeout N)r���r���r���r ���r ���r ���r ���r���r���^���s���r���c���������������@���s���e�Zd�ZdZdS�)�TimeoutErrorz� Raised when a socket timeout error occurs. Catching this error will catch both :exc:`ReadTimeoutErrors <ReadTimeoutError>` and :exc:`ConnectTimeoutErrors <ConnectTimeoutError>`. N)r���r���r���r ���r ���r ���r ���r���r ���c���s���r ���c���������������@���s���e�Zd�ZdZdS�)�ReadTimeoutErrorzFRaised when a socket timeout occurs while receiving data from a serverN)r���r���r���r ���r ���r ���r ���r���r!���l���s���r!���c���������������@���s���e�Zd�ZdZdS�)�ConnectTimeoutErrorz@Raised when a socket timeout occurs while connecting to a serverN)r���r���r���r ���r ���r ���r ���r���r"���s���s���r"���c���������������@���s���e�Zd�ZdZdS�)�NewConnectionErrorzHRaised when we fail to establish a new connection. Usually ECONNREFUSED.N)r���r���r���r ���r ���r ���r ���r���r#���x���s���r#���c���������������@���s���e�Zd�ZdZdS�)�EmptyPoolErrorzCRaised when a pool runs out of connections and no more are allowed.N)r���r���r���r ���r ���r ���r ���r���r$���}���s���r$���c���������������@���s���e�Zd�ZdZdS�)�ClosedPoolErrorzCRaised when a request enters a pool after the pool has been closed.N)r���r���r���r ���r ���r ���r ���r���r%�������s���r%���c���������������@���s���e�Zd�ZdZdS�)�LocationValueErrorz<Raised when there is something wrong with a given URL input.N)r���r���r���r ���r ���r ���r ���r���r&�������s���r&���c���������������@���s���e�Zd�ZdZdd��ZdS�)�LocationParseErrorz=Raised when get_host or similar fails to parse the URL input.c�������������C���s���d|�}t�j|�|��||�_d�S�)NzFailed to parse: %s)r���r����location)r���r(���r���r ���r ���r���r�������s����zLocationParseError.__init__N)r���r���r���r ���r���r ���r ���r ���r���r'�������s���r'���c���������������@���s���e�Zd�ZdZdZdZdS�)� ResponseErrorzDUsed as a container for an error reason supplied in a MaxRetryError.ztoo many error responsesz&too many {status_code} error responsesN)r���r���r���r ���Z GENERIC_ERRORZSPECIFIC_ERRORr ���r ���r ���r���r)�������s���r)���c���������������@���s���e�Zd�ZdZdS�)�SecurityWarningz0Warned when performing security reducing actionsN)r���r���r���r ���r ���r ���r ���r���r*�������s���r*���c���������������@���s���e�Zd�ZdZdS�)�SubjectAltNameWarningzBWarned when connecting to a host with a certificate missing a SAN.N)r���r���r���r ���r ���r ���r ���r���r+�������s���r+���c���������������@���s���e�Zd�ZdZdS�)�InsecureRequestWarningz/Warned when making an unverified HTTPS request.N)r���r���r���r ���r ���r ���r ���r���r,�������s���r,���c���������������@���s���e�Zd�ZdZdS�)�SystemTimeWarningz0Warned when system time is suspected to be wrongN)r���r���r���r ���r ���r ���r ���r���r-�������s���r-���c���������������@���s���e�Zd�ZdZdS�)�InsecurePlatformWarningzEWarned when certain SSL configuration is not available on a platform.N)r���r���r���r ���r ���r ���r ���r���r.�������s���r.���c���������������@���s���e�Zd�ZdZdS�)�SNIMissingWarningz9Warned when making a HTTPS request without SNI available.N)r���r���r���r ���r ���r ���r ���r���r/�������s���r/���c���������������@���s���e�Zd�ZdZdS�)�DependencyWarningzc Warned when an attempt is made to import a module with missing optional dependencies. N)r���r���r���r ���r ���r ���r ���r���r0�������s���r0���c���������������@���s���e�Zd�ZdZdS�)�ResponseNotChunkedz;Response needs to be chunked in order to read it as chunks.N)r���r���r���r ���r ���r ���r ���r���r1�������s���r1���c���������������@���s���e�Zd�ZdZdS�)�BodyNotHttplibCompatiblezz Body should be httplib.HTTPResponse like (have an fp attribute which returns raw chunks) for read_chunked(). N)r���r���r���r ���r ���r ���r ���r���r2�������s���r2���c�������������������s(���e�Zd�ZdZ��fdd�Zdd��Z���ZS�)r���z� Response length doesn't match expected Content-Length Subclass of http_client.IncompleteRead to allow int value for `partial` to avoid creating large objects on streamed reads. c����������������s���t�t|��j||��d�S�)N)�superr���r���)r����partial�expected)r���r ���r���r�������s����zIncompleteRead.__init__c�������������C���s���d|�j�|�jf�S�)Nz/IncompleteRead(%i bytes read, %i more expected))r4���r5���)r���r ���r ���r����__repr__����s����zIncompleteRead.__repr__)r���r���r���r ���r���r6���� __classcell__r ���r ���)r���r���r�������s���r���c���������������@���s���e�Zd�ZdZdS�)� InvalidHeaderz(The header provided was somehow invalid.N)r���r���r���r ���r ���r ���r ���r���r8�������s���r8���c�������������������s ���e�Zd�ZdZ��fdd�Z���ZS�)�ProxySchemeUnknownz1ProxyManager does not support the supplied schemec����������������s���d|�}t�t|��j|��d�S�)NzNot supported proxy scheme %s)r3���r9���r���)r����schemer���)r���r ���r���r�������s����zProxySchemeUnknown.__init__)r���r���r���r ���r���r7���r ���r ���)r���r���r9�������s���r9���c�������������������s ���e�Zd�ZdZ��fdd�Z���ZS�)�HeaderParsingErrorzNRaised by assert_header_parsing, but we convert it to a log.warning statement.c����������������s$���d|pd|f�}t�t|��j|��d�S�)Nz%s, unparsed data: %rZUnknown)r3���r;���r���)r���ZdefectsZ unparsed_datar���)r���r ���r���r�������s����zHeaderParsingError.__init__)r���r���r���r ���r���r7���r ���r ���)r���r���r;�������s���r;���c���������������@���s���e�Zd�ZdZdS�)�UnrewindableBodyErrorz9urllib3 encountered an error when trying to rewind a bodyN)r���r���r���r ���r ���r ���r ���r���r<�������s���r<���N)+Z __future__r���Zpackages.six.moves.http_clientr���Zhttplib_IncompleteRead� Exceptionr����Warningr���r ���r���r���r���r���r����ConnectionErrorr���r���r���r ���r!���r"���r#���r$���r%���� ValueErrorr&���r'���r)���r*���r+���r,���r-���r.���r/���r0���r1���r2���r8����AssertionErrorr9���r;���r<���r ���r ���r ���r����<module>���sH���