instance method handle_event_error

Ruby on Rails 8.1.2

Since v8.1.2 Private

Signature

handle_event_error(name, error)

No documentation comment.

Parameters

name req
error req
Source
# File activesupport/lib/active_support/structured_event_subscriber.rb, line 95
      def handle_event_error(name, error)
        ActiveSupport.error_reporter.report(error, source: name)
      end

Defined in activesupport/lib/active_support/structured_event_subscriber.rb line 95 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActiveSupport::StructuredEventSubscriber

Type at least 2 characters to search.

↑↓ navigate · open · esc close