# File lib/rspec/core/example.rb, line 163 def fail_with_exception(reporter, exception) start(reporter) set_exception(exception) finish(reporter) end