|
Server : LiteSpeed System : Linux server51.dnsbootclub.com 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64 User : nandedex ( 1060) PHP Version : 8.1.33 Disable Function : NONE Directory : /opt/cppython/lib/python3.8/site-packages/pysftp/__pycache__/ |
U
P��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