Exception: SOCKSError::TTLExpired

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

Constant Summary

Constants inherited from SOCKSError

RESPONSE_CODE_CLASSES

Instance Method Summary collapse

Methods inherited from SOCKSError

for_response_code

Constructor Details

#initializeTTLExpired



63
64
65
# File 'lib/socksify.rb', line 63

def initialize
  super('TTL expired')
end