instance method
handle_event_error
Ruby on Rails edge
Since v8.1.3.1 Private — implementation detail, not part of the public APIAvailable in: v8.1.3.1 edge
Signature
handle_event_error(name, error)
No documentation comment.
Parameters
-
namereq -
errorreq
Source
# File activesupport/lib/active_support/structured_event_subscriber.rb, line 94
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 94
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::StructuredEventSubscriber