
    ,h                     J    d Z  G d de      Z G d de      Z G d de      Zy)zPExceptions used with python-docx.

The base exception class is PythonDocxError.
c                       e Zd ZdZy)PythonDocxErrorzGeneric error class.N__name__
__module____qualname____doc__     Q/var/www/html/Resume-Scraper/venv/lib/python3.12/site-packages/docx/exceptions.pyr   r      s    r
   r   c                       e Zd ZdZy)InvalidSpanErrorzWRaised when an invalid merge region is specified in a request to merge table
    cells.Nr   r	   r
   r   r   r      s    r
   r   c                       e Zd ZdZy)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
   r   N)r   	Exceptionr   r   r   r	   r
   r   <module>r      s.   i  
o r
   