Exception: RedisClient::Error
- Inherits:
-
StandardError
- Object
- StandardError
- RedisClient::Error
- Defined in:
- lib/redis_client.rb
Direct Known Subclasses
Instance Attribute Summary
Attributes included from HasConfig
Class Method Summary collapse
Methods included from Retriable
#_set_retry_attempt, #final?, #retriable?, #retry_attempt
Methods included from HasConfig
Class Method Details
.with_config(message, config = nil) ⇒ Object
141 142 143 144 145 |
# File 'lib/redis_client.rb', line 141 def self.with_config(, config = nil) error = new() error._set_config(config) error end |