call(event)
public

No documentation available.

# File activesupport/lib/active_support/structured_event_subscriber.rb, line 88
    def call(event)
      super
    rescue => e
      handle_event_error(event.name, e)
    end