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

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

Constructor & Destructor Documentation

◆ __init__()

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

Reimplemented from nova3.socks.ProxyError.

Definition at line 57 of file socks.py.

57  def __init__(self, value):
58  self.value = value

Member Function Documentation

◆ __str__()

Member Data Documentation

◆ value


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