class Xcflushd::Authorizer::ThreeScaleInternalError

Exception raised when the 3scale client is called with the right params but it returns a ServerError. Most of the time this means that 3scale is unreachable.

Public Class Methods

new(service_id, credentials) click to toggle source
Calls superclass method
# File lib/xcflushd/authorizer.rb, line 10
def initialize(service_id, credentials)
  super("Error renewing auths of service with ID #{service_id} "\
        "and credentials #{credentials}. 3scale is unreachable")
end