Exception: SOCKSError::ConnectionRefused
- Inherits:
-
SOCKSError
- Object
- RuntimeError
- SOCKSError
- SOCKSError::ConnectionRefused
- Defined in:
- lib/socksify.rb
Instance Method Summary collapse
-
#initialize ⇒ ConnectionRefused
constructor
A new instance of ConnectionRefused.
Methods inherited from SOCKSError
Constructor Details
#initialize ⇒ ConnectionRefused
Returns a new instance of ConnectionRefused.
50 51 52 |
# File 'lib/socksify.rb', line 50 def initialize super("Connection refused") end |