Exception: SOCKSError::ServerFailure
- Inherits:
-
SOCKSError
- Object
- RuntimeError
- SOCKSError
- SOCKSError::ServerFailure
- Defined in:
- lib/socksify.rb
Instance Method Summary collapse
-
#initialize ⇒ ServerFailure
constructor
A new instance of ServerFailure.
Methods inherited from SOCKSError
Constructor Details
#initialize ⇒ ServerFailure
Returns a new instance of ServerFailure.
30 31 32 |
# File 'lib/socksify.rb', line 30 def initialize super("general SOCKS server failure") end |