class DressSocks::SOCKSError::ServerFailure
Public Class Methods
new()
click to toggle source
Calls superclass method
DressSocks::SOCKSError::new
# File lib/dress_socks/errors.rb, line 8 def initialize super("general SOCKS server failure") end