U
    ™j7g)  ã                   @   s(   d Z G dd„ deƒZG dd„ deƒZdS )z*
Exceptions thrown by the IPinfo service.
c                   @   s   e Zd ZdZdS )ÚRequestQuotaExceededErrorzBError indicating that users monthly request quota has been passed.N©Ú__name__Ú
__module__Ú__qualname__Ú__doc__© r   r   ú5/tmp/pip-unpacked-wheel-bv8pilsi/ipinfo/exceptions.pyr      s   r   c                   @   s   e Zd ZdZdS )ÚTimeoutExceededErrorz5Error indicating that some timeout has been exceeded.Nr   r   r   r   r   r	      s   r	   N)r   Ú	Exceptionr   r	   r   r   r   r   Ú<module>   s   