U
    cqe  ã                   @   s(   d Z G dd„ deƒZG dd„ deƒZdS )zJExceptions specific to python-opc.

The base exception class is OpcError.
c                   @   s   e Zd ZdZdS )ÚOpcErrorz Base error class for python-opc.N©Ú__name__Ú
__module__Ú__qualname__Ú__doc__© r   r   ú7/tmp/pip-unpacked-wheel-gx5hpqp3/docx/opc/exceptions.pyr      s   r   c                   @   s   e Zd ZdZdS )ÚPackageNotFoundErrorz<Raised when a package cannot be found at the specified path.Nr   r   r   r   r   r	      s   r	   N)r   Ú	Exceptionr   r	   r   r   r   r   Ú<module>   s   