class RSpec::Expectations::MultipleExpectationsNotMetError

Exception raised from ‘aggregate_failures` when multiple expectations fail.

@note The constant is defined here but the extensive logic of this class

is lazily defined when `FailureAggregator` is autoloaded, since we do
not need to waste time defining that functionality unless
`aggregate_failures` is used.

Exception raised from ‘aggregate_failures` when multiple expectations fail.