Exception: OMF::Rete::Store::WrongNameException
- Inherits:
-
StoreException
- Object
- Exception
- StoreException
- OMF::Rete::Store::WrongNameException
- Defined in:
- lib/omf_rete/store/named_alpha_store.rb
Instance Method Summary collapse
-
#initialize(name, tuple) ⇒ WrongNameException
constructor
A new instance of WrongNameException.
Constructor Details
#initialize(name, tuple) ⇒ WrongNameException
Returns a new instance of WrongNameException.
6 7 8 |
# File 'lib/omf_rete/store/named_alpha_store.rb', line 6 def initialize(name, tuple) super "Expected first element in '#{tuple}' to be '#{name}'" end |