Exception: APICache::MemcacheStore::NotReady
- Inherits:
-
Exception
- Object
- Exception
- APICache::MemcacheStore::NotReady
- Defined in:
- lib/api_cache/memcache_store.rb
Overview
:nodoc:
Instance Method Summary collapse
-
#initialize ⇒ NotReady
constructor
A new instance of NotReady.
Constructor Details
#initialize ⇒ NotReady
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 |