Exception: OMF::Rete::Store::WrongNameException

Inherits:
StoreException
  • Object
show all
Defined in:
lib/omf_rete/store/named_alpha_store.rb

Instance Method Summary collapse

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