class Xcflushd::Reporter::ThreeScaleBadParams

Exception raised when the 3scale client is not called with the right params. This happens when there are programming errors.

Public Class Methods

new(service_id, transaction) click to toggle source
Calls superclass method Xcflushd::Reporter::ReporterError::new
# File lib/xcflushd/reporter.rb, line 17
def initialize(service_id, transaction)
  super(service_id, transaction,
        'There might be a bug in the program.'.freeze)
end