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 )zPExceptions used with python-docx.

The base exception class is PythonDocxError.
c                   @   ó   e Zd ZdZdS )ÚPythonDocxErrorzGeneric error class.N©Ú__name__Ú
__module__Ú__qualname__Ú__doc__© r   r   úG/home/ubuntu/flask/venv/lib/python3.10/site-packages/docx/exceptions.pyr      ó    r   c                   @   r   )ÚInvalidSpanErrorzWRaised when an invalid merge region is specified in a request to merge table
    cells.Nr   r   r   r   r	   r      r
   r   c                   @   r   )ÚInvalidXmlErrorzjRaised when invalid XML is encountered, such as on attempt to access a missing
    required child element.Nr   r   r   r   r	   r      r
   r   N)r   Ú	Exceptionr   r   r   r   r   r   r	   Ú<module>   s    