
    li                    V    d Z ddlmZ  G d de      Z G d de      Z G d de      Zy	)
zPExceptions used with python-pptx.

The base exception class is PythonPptxError.
    )annotationsc                      e Zd ZdZy)PythonPptxErrorzGeneric error class.N__name__
__module____qualname____doc__     F/var/www/html/eduruby.in/venv/lib/python3.12/site-packages/pptx/exc.pyr   r   	   s    r   r   c                      e Zd ZdZy)PackageNotFoundErrorzF
    Raised when a package cannot be found at the specified path.
    Nr   r   r   r   r   r      s    r   r   c                      e Zd ZdZy)InvalidXmlErrorzf
    Raised when a value is encountered in the XML that is not valid according
    to the schema.
    Nr   r   r   r   r   r      s    r   r   N)r
   
__future__r   	Exceptionr   r   r   r   r   r   <module>r      s3   
 #i ? o r   