B
    ‹°S°  ã               @   s8   d Z G dd„ deƒZG dd„ deƒZG dd„ deƒZdS )z/
Exceptions specific the the image sub-package
c               @   s   e Zd ZdZdS )ÚInvalidImageStreamErrorz=
    The recognized image stream appears to be corrupted
    N)Ú__name__Ú
__module__Ú__qualname__Ú__doc__© r   r   úG/var/www/html/venv/lib/python3.7/site-packages/docx/image/exceptions.pyr      s   r   c               @   s   e Zd ZdZdS )ÚUnexpectedEndOfFileErrorzI
    EOF was unexpectedly encountered while reading an image stream.
    N)r   r   r   r   r   r   r   r   r      s   r   c               @   s   e Zd ZdZdS )ÚUnrecognizedImageErrorz<
    The provided image stream could not be recognized.
    N)r   r   r   r   r   r   r   r   r	      s   r	   N)r   Ú	Exceptionr   r   r	   r   r   r   r   Ú<module>   s   