class Delayed::Plugins::Reporting::NullReporter

Public Class Methods

new(formatter:) click to toggle source
# File lib/delayed-plugins-reporting/null_reporter.rb, line 5
def initialize(formatter:)
end

Public Instance Methods

error(simple_error_name, message:, job:) click to toggle source
# File lib/delayed-plugins-reporting/null_reporter.rb, line 8
def error(simple_error_name, message:, job:)
end