Exception: ThreeScale::Backend::ServiceLoadInconsistency
- Defined in:
- lib/3scale/backend/errors.rb
Instance Method Summary collapse
-
#initialize(service_id, other_service_id) ⇒ ServiceLoadInconsistency
constructor
A new instance of ServiceLoadInconsistency.
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 |