Exception: ThreeScale::Backend::ServiceLoadInconsistency

Inherits:
Error
  • Object
show all
Defined in:
lib/3scale/backend/errors.rb

Instance Method Summary collapse

Methods inherited from Error

#code, code, #http_code, #to_xml, underscore

Constructor Details

#initialize(service_id, other_service_id) ⇒ ServiceLoadInconsistency

Returns a new instance of ServiceLoadInconsistency.



184
185
186
# File 'lib/3scale/backend/errors.rb', line 184

def initialize(service_id, other_service_id)
  super %(service.load_by_id with id="#{service_id}" loaded the service with id="#{other_service_id}")
end