
    >h                     J    d Z  G d de      Z G d de      Z G d de      Zy)z.Exceptions specific the the image sub-package.c                       e Zd ZdZy)InvalidImageStreamErrorz4The recognized image stream appears to be corrupted.N__name__
__module____qualname____doc__     V/var/www/html/bid_assistant/venv/lib/python3.12/site-packages/docx/image/exceptions.pyr   r      s    >r
   r   c                       e Zd ZdZy)UnexpectedEndOfFileErrorz?EOF was unexpectedly encountered while reading an image stream.Nr   r	   r
   r   r   r      s    Ir
   r   c                       e Zd ZdZy)UnrecognizedImageErrorz2The provided image stream could not be recognized.Nr   r	   r
   r   r   r      s    <r
   r   N)r   	Exceptionr   r   r   r	   r
   r   <module>r      s.    4?i ?Jy J=Y =r
   