Exception: SOCKSError::HostUnreachable

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

Constant Summary

Constants inherited from SOCKSError

RESPONSE_CODE_CLASSES

Instance Method Summary collapse

Methods inherited from SOCKSError

for_response_code

Constructor Details

#initializeHostUnreachable

Returns a new instance of HostUnreachable.



51
52
53
# File 'lib/socksify.rb', line 51

def initialize
  super('Host unreachable')
end