Exception: SOCKSError::AddressTypeNotSupported

Inherits:
SOCKSError
  • Object
show all
Defined in:
lib/socksify.rb

Instance Method Summary collapse

Methods inherited from SOCKSError

for_response_code

Constructor Details

#initializeAddressTypeNotSupported

Returns a new instance of AddressTypeNotSupported.



64
65
66
# File 'lib/socksify.rb', line 64

def initialize
  super("Address type not supported")
end