# File lib/airbrake/sidekiq/error_handler.rb, line 7
      def call(_worker, context, _queue)
        yield
      rescue Exception => exception
        notify_airbrake(exception, context)
        raise exception
      end