Exception: Cucumber::Ast::OutlineTable::ExampleRow::InvalidForHeaderRowError
- Inherits:
-
NoMethodError
- Object
- NoMethodError
- Cucumber::Ast::OutlineTable::ExampleRow::InvalidForHeaderRowError
- Defined in:
- lib/cucumber/ast/outline_table.rb
Instance Method Summary collapse
-
#initialize(*args) ⇒ InvalidForHeaderRowError
constructor
A new instance of InvalidForHeaderRowError.
Constructor Details
#initialize(*args) ⇒ InvalidForHeaderRowError
Returns a new instance of InvalidForHeaderRowError.
53 54 55 |
# File 'lib/cucumber/ast/outline_table.rb', line 53 def initialize(*args) super 'This is a header row and cannot pass or fail' end |