class Xcflushd::Reporter::ReporterError

Public Class Methods

new(service_id, transaction, specific_msg) click to toggle source
Calls superclass method
# File lib/xcflushd/reporter.rb, line 7
def initialize(service_id, transaction, specific_msg)
  super("Error reporting this transaction: #{transaction} "\
        "for service with id #{service_id}. "\
        "#{specific_msg}")
end