Exception: SOCKSError::NotAllowed

Inherits:
SOCKSError
  • Object
show all
Defined in:
lib/socksify.rb

Instance Method Summary collapse

Methods inherited from SOCKSError

for_response_code

Constructor Details

#initializeNotAllowed

Returns a new instance of NotAllowed.



34
35
36
# File 'lib/socksify.rb', line 34

def initialize
  super("connection not allowed by ruleset")
end