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.



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

def initialize
  super("TTL expired")
end