Exception: SOCKSError::CommandNotSupported

Inherits:
SOCKSError
  • Object
show all
Defined in:
lib/socksify.rb

Instance Method Summary collapse

Methods inherited from SOCKSError

for_response_code

Constructor Details

#initializeCommandNotSupported

Returns a new instance of CommandNotSupported.



59
60
61
# File 'lib/socksify.rb', line 59

def initialize
  super("Command not supported")
end