Exception: APICache::MemcacheStore::NotReady

Inherits:
Exception
  • Object
show all
Defined in:
lib/api_cache/memcache_store.rb

Overview

:nodoc:

Instance Method Summary collapse

Constructor Details

#initializeNotReady

Returns a new instance of NotReady.



5
6
7
# File 'lib/api_cache/memcache_store.rb', line 5

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