o
    h:$\÷  ã                   @   s8   d Z G dd„ deƒZG dd„ deƒZG dd„ deƒZdS )zQ
Exceptions 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   ú?D:\Projects\ConvertPro\env\Lib\site-packages\docx\exceptions.pyr   
   ó    r   c                   @   r   )ÚInvalidSpanErrorza
    Raised when an invalid merge region is specified in a request to merge
    table cells.
    Nr   r   r   r   r	   r      r
   r   c                   @   r   )ÚInvalidXmlErrorzs
    Raised 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   