Method: ActiveSupport::ErrorReporter::TestHelper::ErrorSubscriber#report

Defined in:
activesupport/lib/active_support/error_reporter/test_helper.rb

#report(error, handled:, severity:, source:, context:) ⇒ Object



11
12
13
# File 'activesupport/lib/active_support/error_reporter/test_helper.rb', line 11

def report(error, handled:, severity:, source:, context:)
  @events << [error, handled, severity, source, context]
end