class Cucumber::Core::Test::Result::Summary

def exception(exception)

def exception(exception)
  @exceptions << exception
  self
end