Exception: SOCKSError::NetworkUnreachable

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

Instance Method Summary collapse

Methods inherited from SOCKSError

for_response_code

Constructor Details

#initializeNetworkUnreachable

Returns a new instance of NetworkUnreachable.



39
40
41
# File 'lib/socksify.rb', line 39

def initialize
  super("Network unreachable")
end