class SOCKSError::NotAllowed
Public Class Methods
new()
click to toggle source
Calls superclass method
SOCKSError::new
# File lib/socksify.rb, line 35 def initialize super("connection not allowed by ruleset") end