
    Hf                     ^    d Z  G d de          Z G d de          Z G d de          ZdS )z
    pyexcel.exceptions
    ~~~~~~~~~~~~~~~~~~~

    Exceptions appeared in pyexcel

    :copyright: (c) 2015-2022 by Onni Software Ltd.
    :license: New BSD License
c                       e Zd ZdZdS )UnknownParametersz:Unknown parameter(s) were given to the signature functionsN__name__
__module____qualname____doc__     T/var/www/ffwdstore.be/apps/py-env/lib/python3.11/site-packages/pyexcel/exceptions.pyr   r      s        DDDr
   r   c                       e Zd ZdZdS )FileTypeNotSupportedzA file type is not supportedNr   r	   r
   r   r   r      s        &&Dr
   r   c                       e Zd ZdZdS )UpgradePluginzPlease upgrade your pluginNr   r	   r
   r   r   r      s        $$Dr
   r   N)r   	Exceptionr   r   r   r	   r
   r   <module>r      s    	 	 	 	 		 	 	 		 	 	 	 	9 	 	 		 	 	 	 	I 	 	 	 	 	r
   