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

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
 
- Public Attributes inherited from nova3.socks.ProxyError
 value
 

Detailed Description

Definition at line 68 of file socks.py.

Constructor & Destructor Documentation

◆ __init__()

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

Reimplemented from nova3.socks.ProxyError.

Definition at line 69 of file socks.py.

69  def __init__(self, value):
70  self.value = value

Member Function Documentation

◆ __str__()

Member Data Documentation

◆ value


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