
    >h                     4    d Z  G d de      Z G d de      Zy)zJExceptions specific to python-opc.

The base exception class is OpcError.
c                       e Zd ZdZy)OpcErrorz Base error class for python-opc.N__name__
__module____qualname____doc__     T/var/www/html/bid_assistant/venv/lib/python3.12/site-packages/docx/opc/exceptions.pyr   r      s    *r
   r   c                       e Zd ZdZy)PackageNotFoundErrorz<Raised when a package cannot be found at the specified path.Nr   r	   r
   r   r   r      s    Fr
   r   N)r   	Exceptionr   r   r	   r
   r   <module>r      s$   +y +G8 Gr
   