Exception: InstantCache::Destroyed
- Defined in:
- lib/instantcache/exceptions.rb
Overview
Once a variable has been hit by the 'destroy!' method, it becomes inaccessible to the instance.
Constant Summary collapse
- MessageFormat =
raise Destroyed
=> InstantCache::Destroyed: attempt to access destroyed variable
raise Destroyed.new('arg')
=> InstantCache::Destroyed: attempt to access destroyed variable "arg"
[ 'attempt to access destroyed variable', 'attempt to access destroyed variable "%s"', ]
Method Summary
Methods inherited from Exception
Constructor Details
This class inherits a constructor from InstantCache::Exception