Exception: Merb::Cache::StoreNotFound

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

Instance Method Summary collapse

Constructor Details

#initialize(cache_store) ⇒ StoreNotFound

Returns a new instance of StoreNotFound.



9
10
11
# File 'lib/merb-cache/merb-cache.rb', line 9

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