OwlCyberSecurity - MANAGER
Edit File: exceptions.pyc
� V��ac @` s d Z d d l m Z m Z m Z d d l Z d e f d � � YZ e j d e � d e f d � � Y� Z e j d e f d � � Y� Z e j d e f d � � Y� Z e j d e f d � � Y� Z e j d e f d � � Y� Z d e f d � � YZ d S( s� All exceptions and warnings thrown by ``service-identity``. Separated into an own package for nicer tracebacks, you should still import them from __init__.py. i ( t absolute_importt divisiont print_functionNt SubjectAltNameWarningc B` s e Z d Z RS( s� Server Certificate does not contain a ``SubjectAltName``. Hostname matching is performed on the ``CommonName`` which is deprecated. ( t __name__t __module__t __doc__( ( ( s^ /opt/cpanel-ccs/.develop/virtualenv/lib/python2.7/site-packages/service_identity/exceptions.pyR s t auto_exct VerificationErrorc B` s# e Z d Z e j � Z d � Z RS( s/ Service identity verification failed. c C` s | j � S( N( t __repr__( t self( ( s^ /opt/cpanel-ccs/.develop/virtualenv/lib/python2.7/site-packages/service_identity/exceptions.pyt __str__ s ( R R R t attrt ibt errorsR ( ( ( s^ /opt/cpanel-ccs/.develop/virtualenv/lib/python2.7/site-packages/service_identity/exceptions.pyR s t DNSMismatchc B` s e Z d Z e j � Z RS( s0 No matching DNSPattern could be found. ( R R R R R t mismatched_id( ( ( s^ /opt/cpanel-ccs/.develop/virtualenv/lib/python2.7/site-packages/service_identity/exceptions.pyR ! s t SRVMismatchc B` s e Z d Z e j � Z RS( s0 No matching SRVPattern could be found. ( R R R R R R ( ( ( s^ /opt/cpanel-ccs/.develop/virtualenv/lib/python2.7/site-packages/service_identity/exceptions.pyR * s t URIMismatchc B` s e Z d Z e j � Z RS( s0 No matching URIPattern could be found. ( R R R R R R ( ( ( s^ /opt/cpanel-ccs/.develop/virtualenv/lib/python2.7/site-packages/service_identity/exceptions.pyR 3 s t IPAddressMismatchc B` s e Z d Z e j � Z RS( s6 No matching IPAddressPattern could be found. ( R R R R R R ( ( ( s^ /opt/cpanel-ccs/.develop/virtualenv/lib/python2.7/site-packages/service_identity/exceptions.pyR <