Method: RSpec::Core::MultipleExceptionError#other_errors

Defined in:
lib/rspec/core/formatters/exception_presenter.rb

#other_errorsArray<Exception> (readonly)

Returns The list of other errors.

Returns:

  • (Array<Exception>)

    The list of other errors.

[View source]

506
507
508
# File 'lib/rspec/core/formatters/exception_presenter.rb', line 506

def other_errors
  @other_errors
end