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