a
    ]øj  ã                   @   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 )ÚInvalidImageStreamErrorz4The recognized image stream appears to be corrupted.N©Ú__name__Ú
__module__Ú__qualname__Ú__doc__© r   r   úQ/var/www/html/assistant/venv/lib/python3.9/site-packages/docx/image/exceptions.pyr      s   r   c                   @   s   e Zd ZdZdS )ÚUnexpectedEndOfFileErrorz?EOF was unexpectedly encountered while reading an image stream.Nr   r   r   r   r   r	      s   r	   c                   @   s   e Zd ZdZdS )ÚUnrecognizedImageErrorz2The provided image stream could not be recognized.Nr   r   r   r   r   r
      s   r
   N)r   Ú	Exceptionr   r	   r
   r   r   r   r   Ú<module>   s   