Class: Xcflushd::Reporter::ReporterError

Inherits:
Flusher::XcflushdError
  • Object
show all
Defined in:
lib/xcflushd/reporter.rb

Instance Method Summary collapse

Constructor Details

#initialize(service_id, transaction, specific_msg) ⇒ ReporterError

Returns a new instance of ReporterError.



7
8
9
10
11
# 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