B
    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               @   s   e Zd ZdZdS )ÚPythonDocxErrorz
    Generic error class.
    N)Ú__name__Ú
__module__Ú__qualname__Ú__doc__© r   r   úA/var/www/html/venv/lib/python3.7/site-packages/docx/exceptions.pyr   
   s   r   c               @   s   e Zd ZdZdS )ÚInvalidSpanErrorza
    Raised when an invalid merge region is specified in a request to merge
    table cells.
    N)r   r   r   r   r   r   r   r   r      s   r   c               @   s   e Zd ZdZdS )ÚInvalidXmlErrorzs
    Raised when invalid XML is encountered, such as on attempt to access a
    missing required child element
    N)r   r   r   r   r   r   r   r   r	      s   r	   N)r   Ú	Exceptionr   r   r	   r   r   r   r   Ú<module>   s   