class RedisClient::Error
def self.with_config(message, config = nil)
def self.with_config(message, config = nil) new(message).tap do |error| error._set_config(config) end end
def self.with_config(message, config = nil) new(message).tap do |error| error._set_config(config) end end