File: //opt/cppython/lib/python3.8/site-packages/pysftp/__pycache__/exceptions.cpython-38.pyc
U
LD�gT � @ s8 d Z G dd� de�ZG dd� de�ZG dd� de�ZdS )zpysftp specific exceptionsc @ s e Zd ZdZdd� ZdS )�ConnectionExceptionzkException raised for connection problems
Attributes:
message -- explanation of the error
c C s t �| ||� d| _d S )Nz&Could not connect to host:port. %s:%s�� Exception�__init__�message)�self�host�port� r �>/opt/cppython/lib/python3.8/site-packages/pysftp/exceptions.pyr s zConnectionException.__init__N��__name__�
__module__�__qualname__�__doc__r r r r r
r s r c @ s e Zd ZdZdd� ZdS )�CredentialExceptionzkException raised for credential problems
Attributes:
message -- explanation of the error
c C s t �| |� || _d S )Nr )r r r r r
r s zCredentialException.__init__Nr r r r r
r s r c @ s e Zd ZdZdS )�HostKeysExceptionz2raised when a problem with HostKeys is encounteredN)r r
r r r r r r
r s r N)r r r r r r r r r
�<module> s