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.



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

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