Method: Merb::Cache::StoreNotFound#initialize

Defined in:
lib/merb-cache/merb-cache.rb

#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