o
    <:eC                     @   s$   G d d de ZG dd de ZdS )c                       s0   e Zd Zdef fddZdefddZ  ZS )UnsupportedFileErrorformatc                    s   t  | || _d S N)super__init__r   )selfr   args	__class__ \/var/www/html/file-convertor/convertpro/convertor/docconvertor/fileconverter/utils/errors.pyr      s   
zUnsupportedFileError.__init__returnc                 C   s   d| j  dS )NzThe format z is not currently supported)r   r   r
   r
   r   __str__   s   zUnsupportedFileError.__str____name__
__module____qualname__strr   r   __classcell__r
   r
   r   r   r      s    r   c                       s8   e Zd Zdededdf fddZdefddZ  ZS )	WrongConverterError	converterr   r   Nc                    s   t  | || _|| _d S r   )r   r   r   r   )r   r   r   r   r   r
   r   r      s   
zWrongConverterError.__init__c                 C   s   d| j  d| j S )NzThe document converter z cannot convert file of format )r   r   r   r
   r
   r   r      s   zWrongConverterError.__str__r   r
   r
   r   r   r      s    r   N)	Exceptionr   r   r
   r
   r
   r   <module>   s    