Exception: Merb::Cache::MemcacheStore::NotReady

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

Instance Method Summary collapse

Constructor Details

#initializeNotReady

Returns a new instance of NotReady.



10
11
12
# File 'lib/merb-cache/cache-store/memcache.rb', line 10

def initialize
  super("Memcache server is not ready")
end