class SOCKSError::ConnectionRefused
Public Class Methods
new()
click to toggle source
Calls superclass method
SOCKSError::new
# File lib/socksify.rb, line 50 def initialize super("Connection refused") end