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

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 50 of file socks.py.

Constructor & Destructor Documentation

◆ __init__()

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

Reimplemented from nova3.socks.ProxyError.

Definition at line 51 of file socks.py.

51  def __init__(self, value):
52  self.value = value

Member Function Documentation

◆ __str__()

Member Data Documentation

◆ value


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