U
    ‰dL  ã                   @   s8   d dl Z e  de¡ G dd„ deƒZG dd„ deƒZdS )é    NzKthe exceptions module is deprecated and will be removed in a future releasec                   @   s   e Zd ZdZdS )ÚImportExportErrorz-A generic exception for all others to extend.N©Ú__name__Ú
__module__Ú__qualname__Ú__doc__© r   r   ú</tmp/pip-unpacked-wheel-gh2cwdms/import_export/exceptions.pyr      s   r   c                   @   s   e Zd ZdZdS )Ú
FieldErrorz(Raised when a field encounters an error.Nr   r   r   r   r	   r
      s   r
   )ÚwarningsÚwarnÚDeprecationWarningÚ	Exceptionr   r
   r   r   r   r	   Ú<module>   s   