o
    	Ð'f  ã                   @   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                   @   ó   e Zd ZdZdS )ÚInvalidImageStreamErrorz4The recognized image stream appears to be corrupted.N©Ú__name__Ú
__module__Ú__qualname__Ú__doc__© r   r   úM/home/ubuntu/flask/venv/lib/python3.10/site-packages/docx/image/exceptions.pyr      ó    r   c                   @   r   )ÚUnexpectedEndOfFileErrorz?EOF was unexpectedly encountered while reading an image stream.Nr   r   r   r   r	   r      r
   r   c                   @   r   )ÚUnrecognizedImageErrorz2The provided image stream could not be recognized.Nr   r   r   r   r	   r      r
   r   N)r   Ú	Exceptionr   r   r   r   r   r   r	   Ú<module>   s    