Exception: Alephant::Broker::InvalidCacheKey

Inherits:
Exception
  • Object
show all
Defined in:
lib/alephant/broker/errors/invalid_cache_key.rb

Instance Method Summary collapse

Constructor Details

#initializeInvalidCacheKey

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