o
    Df                     @   sX   d Z ddlmZmZ G dd deZG dd deZG dd deZG d	d
 d
eZdS )z
Exceptions for pyproj
    )_clear_proj_error_get_proj_errorc                       s*   e Zd ZdZdeddf fddZ  ZS )	ProjErrorz Raised when a Proj error occurs.error_messagereturnNc                    s4   t  }|d ur| d| d}t  t | d S )Nz: (Internal Proj Error: ))r   r   super__init__)selfr   
proj_error	__class__ J/home/ubuntu/webapp/venv/lib/python3.10/site-packages/pyproj/exceptions.pyr	   
   s
   zProjError.__init__)__name__
__module____qualname____doc__strr	   __classcell__r   r   r   r   r      s    r   c                   @      e Zd ZdZdS )CRSErrorzRaised when a CRS error occurs.Nr   r   r   r   r   r   r   r   r          r   c                   @   r   )	GeodErrorz Raised when a Geod error occurs.Nr   r   r   r   r   r      r   r   c                   @   r   )DataDirErrorz/Raised when a the data directory was not found.Nr   r   r   r   r   r      r   r   N)	r   pyproj._datadirr   r   RuntimeErrorr   r   r   r   r   r   r   r   <module>   s    