HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: //usr/lib/python3/dist-packages/service_identity/__pycache__/exceptions.cpython-310.pyc
o

֞\��@s�dZddlmZmZmZddlZGdd�de�ZejGdd�de	��Z
ejGdd	�d	e��ZejGd
d�de��Z
ejGdd
�d
e��ZejGdd�de��ZGdd�de	�ZdS)z�
All exceptions and warnings thrown by ``service_identity``.

Separated into an own package for nicer tracebacks, you should still import
them from __init__.py.
�)�absolute_import�division�print_functionNc@�eZdZdZdS)�SubjectAltNameWarningz�
    Server Certificate does not contain a ``SubjectAltName``.

    Hostname matching is performed on the ``CommonName`` which is deprecated.
    N��__name__�
__module__�__qualname__�__doc__�rr�=/usr/lib/python3/dist-packages/service_identity/exceptions.pyr
�rc@s eZdZdZe��Zdd�ZdS)�VerificationErrorz/
    Service identity verification failed.
    cCs|��S)N)�__repr__)�selfrrr
�__str__szVerificationError.__str__N)rr	r
r�attr�ib�errorsrrrrr
rsrc@�eZdZdZe��ZdS)�DNSMismatchz0
    No matching DNSPattern could be found.
    N�rr	r
rrr�
mismatched_idrrrr
r!�rc@r)�SRVMismatchz0
    No matching SRVPattern could be found.
    Nrrrrr
r*rrc@r)�URIMismatchz0
    No matching URIPattern could be found.
    Nrrrrr
r3rrc@r)�IPAddressMismatchz6
    No matching IPAddressPattern could be found.
    Nrrrrr
r<rrc@r)�CertificateErrorz:
    Certificate contains invalid or unexpected data.
    Nrrrrr
rErr)r�
__future__rrrr�DeprecationWarningr�s�	Exceptionr�objectrrrrrrrrr
�<module>s