
    ÍfT                     ^    d Z  G d de          Z G d de          Z G d de          ZdS )zpysftp specific exceptionsc                       e Zd ZdZd ZdS )ConnectionExceptionzkException raised for connection problems

    Attributes:
        message  -- explanation of the error
    c                 L    t                               | ||           d| _        d S )Nz&Could not connect to host:port.  %s:%s	Exception__init__message)selfhostports      S/var/www/ffwdstore.be/apps/py-env/lib/python3.11/site-packages/pysftp/exceptions.pyr   zConnectionException.__init__   s%    4t,,,?    N__name__
__module____qualname____doc__r    r   r   r   r      s2         @ @ @ @ @r   r   c                       e Zd ZdZd ZdS )CredentialExceptionzkException raised for credential problems

    Attributes:
        message  -- explanation of the error
    c                 J    t                               | |           || _        d S )Nr   )r	   r   s     r   r   zCredentialException.__init__   s#    4)))r   Nr   r   r   r   r   r      s-             r   r   c                       e Zd ZdZdS )HostKeysExceptionz2raised when a problem with HostKeys is encounteredN)r   r   r   r   r   r   r   r   r      s        <<Dr   r   N)r   r   r   r   r   r   r   r   <module>r      s       
@ 
@ 
@ 
@ 
@) 
@ 
@ 
@
 
 
 
 
) 
 
 
	 	 	 	 		 	 	 	 	 	r   