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.



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

def initialize
  super("Command not supported")
end