File: //opt/alt/python38/lib/python3.8/site-packages/geoip2/__pycache__/errors.cpython-38.pyc
U
n_� � @ s� d Z ddlmZ G dd� de�ZG dd� de�ZG dd� de�ZG d d
� d
e�ZG dd� de�ZG d
d� de�Z G dd� de�Z
dS )z
Errors
======
� )�Optionalc @ s e Zd ZdZdS )�GeoIP2Errorz�There was a generic error in GeoIP2.
This class represents a generic error. It extends :py:exc:`RuntimeError`
and does not add any additional attributes.
N��__name__�
__module__�__qualname__�__doc__� r r �>/opt/alt/python38/lib/python3.8/site-packages/geoip2/errors.pyr
s r c @ s e Zd ZdZdS )�AddressNotFoundErrorz.The address you were looking up was not found.Nr r r r r
r s r c @ s e Zd ZdZdS )�AuthenticationErrorz/There was a problem authenticating the request.Nr r r r r
r s r c s<