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.



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

def initialize
  super("Network unreachable")
end