qBittorrent
nova3.socks.ProxyError Class Reference
Inheritance diagram for nova3.socks.ProxyError:
Collaboration diagram for nova3.socks.ProxyError:

Public Member Functions

def __init__ (self, value)
 
def __str__ (self)
 
- Public Member Functions inherited from Exception
 Exception (const QString &message={}) noexcept
 
QString message () const noexcept
 

Public Attributes

 value
 

Detailed Description

Definition at line 44 of file socks.py.

Constructor & Destructor Documentation

◆ __init__()

def nova3.socks.ProxyError.__init__ (   self,
  value 
)

Reimplemented in nova3.socks.HTTPError, nova3.socks.Socks4Error, nova3.socks.Socks5Error, nova3.socks.Socks5AuthError, and nova3.socks.GeneralProxyError.

Definition at line 45 of file socks.py.

45  def __init__(self, value):
46  self.value = value

Member Function Documentation

◆ __str__()

Member Data Documentation

◆ value


The documentation for this class was generated from the following file: