Exception: InstantCache::IncompleteException
- Defined in:
- lib/instantcache/exceptions.rb
Overview
Some exception was raised with the wrong arguments.
Constant Summary collapse
- MessageFormat =
raise IncompleteException
=> InstantCache::IncompleteException: improperly-coded exception raised
raise IncompleteException.new('arg')
=> InstantCache::IncompleteException: improperly-coded exception "arg" raised
[ 'improperly-coded exception raised', 'improperly-coded exception "%s" raised', ]
Method Summary
Methods inherited from Exception
Constructor Details
This class inherits a constructor from InstantCache::Exception