Exception: SOCKSError::CommandNotSupported

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

Constant Summary

Constants inherited from SOCKSError

RESPONSE_CODE_CLASSES

Instance Method Summary collapse

Methods inherited from SOCKSError

for_response_code

Constructor Details

#initializeCommandNotSupported

Returns a new instance of CommandNotSupported.



69
70
71
# File 'lib/socksify.rb', line 69

def initialize
  super('Command not supported')
end