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