Exception: OMF::Rete::Store::WrongPatternLengthException

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

Instance Method Summary collapse

Constructor Details

#initialize(exp_length, tuple) ⇒ WrongPatternLengthException

Returns a new instance of WrongPatternLengthException.



7
8
9
# File 'lib/omf_rete/store/object_store.rb', line 7

def initialize(exp_length, tuple)
  super "Expected tuple '#{tuple}' to be of length '#{exp_length}'"
end