Exception: Lore::Cache::Cache_Read_Exception

Inherits:
Exception
  • Object
show all
Defined in:
lib/lore/exception/cache_exception.rb

Instance Method Summary collapse

Constructor Details

#initialize(klass_name, controller, mode, keys) ⇒ Cache_Read_Exception

Returns a new instance of Cache_Read_Exception.



9
10
11
12
13
# File 'lib/lore/exception/cache_exception.rb', line 9

def initialize(klass_name, controller, mode, keys)

  @message = 'PStore file does not exist: [' << Lore::Cache.store_name(klass_name, controller, mode, keys) << ']'
  
end