instance method
handle_event_error
Ruby on Rails 8.1.2
Since v8.1.2 PrivateSignature
handle_event_error(name, error)
No documentation comment.
Parameters
-
namereq -
errorreq
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