class SidekiqPublisher::ExceptionReporter::PublisherErrorSubscriber

Public Instance Methods

error(event) click to toggle source
# File lib/sidekiq_publisher/exception_reporter.rb, line 8
def error(event)
  SidekiqPublisher.exception_reporter&.call(event.payload[:exception_object])
end