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