Exception: SOCKSError::TTLExpired

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

Instance Method Summary collapse

Methods inherited from SOCKSError

for_response_code

Constructor Details

#initializeTTLExpired

Returns a new instance of TTLExpired.



55
56
57
# File 'lib/socksify.rb', line 55

def initialize
  super("TTL expired")
end