Exception: SOCKSError::AddressTypeNotSupported
- Inherits:
-
SOCKSError
- Object
- RuntimeError
- SOCKSError
- SOCKSError::AddressTypeNotSupported
- Defined in:
- lib/socksify.rb
Constant Summary
Constants inherited from SOCKSError
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.
75 76 77 |
# File 'lib/socksify.rb', line 75 def initialize super('Address type not supported') end |