class Cucumber::Ast::Scenario

def exception

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