Exception: SOCKSError::CommandNotSupported
- Inherits:
-
SOCKSError
- Object
- RuntimeError
- SOCKSError
- SOCKSError::CommandNotSupported
- Defined in:
- lib/socksify.rb
Instance Method Summary collapse
-
#initialize ⇒ CommandNotSupported
constructor
A new instance of CommandNotSupported.
Methods inherited from SOCKSError
Constructor Details
#initialize ⇒ CommandNotSupported
Returns a new instance of CommandNotSupported.
60 61 62 |
# File 'lib/socksify.rb', line 60 def initialize super("Command not supported") end |