Exception: Lucid::AST::OutlineTable::ExampleRow::InvalidForHeaderRowError

Inherits:
NoMethodError
  • Object
show all
Defined in:
lib/lucid/ast/outline_table.rb

Instance Method Summary collapse

Constructor Details

#initialize(*args) ⇒ InvalidForHeaderRowError

Returns a new instance of InvalidForHeaderRowError.



54
55
56
# File 'lib/lucid/ast/outline_table.rb', line 54

def initialize(*args)
  super 'This is a header row and cannot pass or fail'
end