class SOCKSError::CommandNotSupported

Public Class Methods

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