class DressSocks::SOCKSError::AddressTypeNotSupported
Public Class Methods
new()
click to toggle source
Calls superclass method
DressSocks::SOCKSError::new
# File lib/dress_socks/errors.rb, line 43 def initialize super("Address type not supported") end