Exception: APICache::MemcacheStore::NotDefined

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

Overview

:nodoc:

Instance Method Summary collapse

Constructor Details

#initializeNotDefined



11
12
13
# File 'lib/api_cache/memcache_store.rb', line 11

def initialize
  super("Memcache is not defined")
end