U
    cqeÆ  ã                   @   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                   @   s   e Zd ZdZdS )ÚPythonDocxErrorzGeneric error class.N©Ú__name__Ú
__module__Ú__qualname__Ú__doc__© r   r   ú3/tmp/pip-unpacked-wheel-gx5hpqp3/docx/exceptions.pyr      s   r   c                   @   s   e Zd ZdZdS )ÚInvalidSpanErrorzWRaised when an invalid merge region is specified in a request to merge table
    cells.Nr   r   r   r   r   r	      s   r	   c                   @   s   e Zd ZdZdS )ÚInvalidXmlErrorzjRaised when invalid XML is encountered, such as on attempt to access a missing
    required child element.Nr   r   r   r   r   r
      s   r
   N)r   Ú	Exceptionr   r	   r
   r   r   r   r   Ú<module>   s   