class SOCKSError::AddressTypeNotSupported

Public Class Methods

new() click to toggle source
Calls superclass method SOCKSError::new
# File lib/socksify.rb, line 65
def initialize
  super("Address type not supported")
end