Exception: Sequence::DataTableNotFound

Inherits:
SequenceError show all
Defined in:
lib/lucid/sequence/sequence_errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(phrase) ⇒ DataTableNotFound

Returns a new instance of DataTableNotFound.



38
39
40
41
# File 'lib/lucid/sequence/sequence_errors.rb', line 38

def initialize(phrase)
  msg = "The step with phrase [#{phrase}]: requires a data table."
  super(msg)
end