Exception: SOCKSError::HostUnreachable
- Inherits:
-
SOCKSError
- Object
- RuntimeError
- SOCKSError
- SOCKSError::HostUnreachable
- Defined in:
- lib/socksify.rb
Instance Method Summary collapse
-
#initialize ⇒ HostUnreachable
constructor
A new instance of HostUnreachable.
Methods inherited from SOCKSError
Constructor Details
#initialize ⇒ HostUnreachable
Returns a new instance of HostUnreachable.
45 46 47 |
# File 'lib/socksify.rb', line 45 def initialize super("Host unreachable") end |