Class: Xcflushd::Reporter::ReporterError
- Inherits:
-
Flusher::XcflushdError
- Object
- Xcflushd::Reporter::ReporterError
- Defined in:
- lib/xcflushd/reporter.rb
Direct Known Subclasses
ThreeScaleAuthError, ThreeScaleBadParams, ThreeScaleInternalError
Instance Method Summary collapse
-
#initialize(service_id, transaction, specific_msg) ⇒ ReporterError
constructor
A new instance of ReporterError.
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 |