Exception: Merb::Cache::DatabaseStore::OrmNotFound

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

Instance Method Summary collapse

Constructor Details

#initializeOrmNotFound

Returns a new instance of OrmNotFound.



10
11
12
# File 'lib/merb_cache_more/cache-store/database.rb', line 10

def initialize
  super("No valid ORM found (did you specify use_orm in init.rb?)")
end