Exception: SOCKSError::NotAllowed
- Inherits:
-
SOCKSError
- Object
- RuntimeError
- SOCKSError
- SOCKSError::NotAllowed
- Defined in:
- lib/socksify.rb
Instance Method Summary collapse
-
#initialize ⇒ NotAllowed
constructor
A new instance of NotAllowed.
Methods inherited from SOCKSError
Constructor Details
#initialize ⇒ NotAllowed
Returns a new instance of NotAllowed.
35 36 37 |
# File 'lib/socksify.rb', line 35 def initialize super("connection not allowed by ruleset") end |