Exception: Alephant::Broker::InvalidCacheKey
- Inherits:
-
Exception
- Object
- Exception
- Alephant::Broker::InvalidCacheKey
- Defined in:
- lib/alephant/broker/errors/invalid_cache_key.rb
Instance Method Summary collapse
-
#initialize ⇒ InvalidCacheKey
constructor
A new instance of InvalidCacheKey.
Constructor Details
#initialize ⇒ InvalidCacheKey
Returns a new instance of InvalidCacheKey.
4 5 6 |
# File 'lib/alephant/broker/errors/invalid_cache_key.rb', line 4 def initialize super "Cache key not found based on component_id and options combination" end |