Exception: InstantCache::ConnexionLost
- Defined in:
- lib/instantcache/exceptions.rb
Overview
If the instance variable is somehow overwritten, the methods that try to treat it as a Blob or Counter will fail. This exception tries to make that failure less mysterious.
Constant Summary collapse
- MessageFormat =
raise ConnexionLost=> InstantCache::ConnexionLost: instance variable no longer connected to cacheraise Destroyed.new('arg')=> InstantCache::ConnexionLost: instance variable "@arg" no longer connected to cache [ 'instance variable no longer connected to cache', 'instance variable "@%s" no longer connected to cache', ]
Method Summary
Methods inherited from Exception
Constructor Details
This class inherits a constructor from InstantCache::Exception