Class: RedisClient::Cluster::Error

Inherits:
Error
  • Object
show all
Defined in:
lib/redis_client/cluster/errors.rb

Instance Method Summary collapse

Instance Method Details

#with_config(config) ⇒ Object



8
9
10
11
# File 'lib/redis_client/cluster/errors.rb', line 8

def with_config(config)
  @config = config
  self
end