Exception: Merb::Cache::StoreNotFound

Inherits:
Exception
  • Object
show all
Defined in:
lib/merb_cache_more/merb-cache.rb

Instance Method Summary collapse

Constructor Details

#initialize(cache_store) ⇒ StoreNotFound

Returns a new instance of StoreNotFound.



5
6
7
# File 'lib/merb_cache_more/merb-cache.rb', line 5

def initialize(cache_store)
  super("cache_store (#{cache_store}) not found (not implemented?)")
end