method
report
v8.1.1 -
Show latest stable
- Class:
ActiveSupport::ErrorReporter::TestHelper::ErrorSubscriber
report(error, handled:, severity:, source:, context:)public
No documentation available.
# 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