Exception: Lore::Exceptions::Cache_Read_Exception
- Defined in:
- lib/lore/exceptions/cache_exception.rb
Instance Method Summary collapse
-
#initialize(klass_name, controller, mode, keys) ⇒ Cache_Read_Exception
constructor
A new instance of Cache_Read_Exception.
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/exceptions/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 |