관리-도구
편집 파일: exceptions.cpython-33.pyc
� 7�ReU c @ 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( ua requests.exceptions ~~~~~~~~~~~~~~~~~~~ This module contains the set of Requests' exceptions. i ( u HTTPErrorc s, | Ee Z d Z d Z � f d d � Z � S( u RequestExceptionuO There 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( uT Initialize RequestException with `request` and `response` objects. u responseu requestN( u popu Noneu responseu requestu hasattru superu RequestExceptionu __init__( u selfu argsu kwargsu response( u __class__( u8 /tmp/pip-zej_zi-build/pip/_vendor/requests/exceptions.pyu __init__ s u RequestException.__init__( u __name__u __module__u __qualname__u __doc__u __init__( u __locals__( ( u __class__u8 /tmp/pip-zej_zi-build/pip/_vendor/requests/exceptions.pyu RequestException s u RequestExceptionc B s | Ee Z d Z d Z d S( u HTTPErroru An HTTP error occurred.N( u __name__u __module__u __qualname__u __doc__( u __locals__( ( u8 /tmp/pip-zej_zi-build/pip/_vendor/requests/exceptions.pyu HTTPError s u HTTPErrorc B s | Ee Z d Z d Z d S( u ConnectionErroru A Connection error occurred.N( u __name__u __module__u __qualname__u __doc__( u __locals__( ( u8 /tmp/pip-zej_zi-build/pip/_vendor/requests/exceptions.pyu ConnectionError"