class ThreeScale::Core::ApplicationHasInconsistentData

Public Class Methods

new(id, user_key) click to toggle source
Calls superclass method
# 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