method

error

Importance_0
v7.1.3.4 - Show latest stable - 0 notes - Class: LogSubscriber
error(progname = nil, &block) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activejob/lib/active_job/log_subscriber.rb, line 183
      def error(progname = nil, &block)
        return unless super

        if ActiveJob.verbose_enqueue_logs
          log_enqueue_source
        end
      end
Register or log in to add new notes.