class SOCKSError::ServerFailure

Public Class Methods

new() click to toggle source
Calls superclass method SOCKSError::new
# File lib/socksify.rb, line 30
def initialize
  super("general SOCKS server failure")
end