class SOCKSError::TTLExpired
Public Class Methods
new()
click to toggle source
Calls superclass method
SOCKSError::new
# File lib/socksify.rb, line 55 def initialize super("TTL expired") end