class Cucumber::Ast::Scenario

def exception

Returns the first exception (if any)
def exception
  @exception || @steps.exception
end