Exception: ThreeScale::Core::ApplicationHasInconsistentData

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

Instance Method Summary collapse

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