Exception: SOCKSError::CommandNotSupported
- Inherits:
-
SOCKSError
- Object
- RuntimeError
- SOCKSError
- SOCKSError::CommandNotSupported
- Defined in:
- lib/socksify.rb
Constant Summary
Constants inherited from SOCKSError
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.
69 70 71 |
# File 'lib/socksify.rb', line 69 def initialize super('Command not supported') end |