Module: RSpec::Core::MultipleExceptionError::InterfaceTag

Included in:
RSpec::Core::MultipleExceptionError
Defined in:
lib/rspec/core/formatters/exception_presenter.rb

Overview

Used so there is a common module in the ancestor chain of this class and RSpec::Expectations::MultipleExpectationsNotMetError, which allows code to detect exceptions that are instances of either, without first checking to see if rspec-expectations is loaded.