Exception: SOCKSError::NetworkUnreachable

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

#initializeNetworkUnreachable

Returns a new instance of NetworkUnreachable.



45
46
47
# File 'lib/socksify.rb', line 45

def initialize
  super('Network unreachable')
end