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