Exception: ThreeScale::Backend::ApplicationHasInconsistentData
- Inherits:
-
Error
- Object
- RuntimeError
- Error
- ThreeScale::Backend::ApplicationHasInconsistentData
- Defined in:
- lib/3scale/backend/errors.rb
Instance Method Summary collapse
-
#initialize(id, user_key) ⇒ ApplicationHasInconsistentData
constructor
A new instance of ApplicationHasInconsistentData.
Methods inherited from Error
#code, code, #http_code, #to_xml, underscore
Constructor Details
#initialize(id, user_key) ⇒ ApplicationHasInconsistentData
Returns a new instance of ApplicationHasInconsistentData.
65 66 67 |
# File 'lib/3scale/backend/errors.rb', line 65 def initialize(id, user_key) super %(Application id="#{id}" with user_key="#{user_key}" has inconsistent data and could not be saved) end |