Exception: InstantCache::IncompleteException

Inherits:
Exception
  • Object
show all
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

#initialize, #message, #to_s

Constructor Details

This class inherits a constructor from InstantCache::Exception