class RSpec::Core::SuiteHookContext

def set_exception(exception)

rubocop:disable Naming/AccessorMethodName
def set_exception(exception)
  reporter.notify_non_example_exception(exception, "An error occurred in #{description}.")
  RSpec.world.wants_to_quit = true
end