class Cucumber::Ast::OutlineTable::ExampleRow

def initialize(table, cells)

def initialize(table, cells)
  super
  @scenario_exception = nil
end