class ThreeScale::Core::ServiceIsDefaultService

Public Class Methods

new(id = nil) click to toggle source
Calls superclass method
# File lib/3scale/core/errors.rb, line 41
def initialize(id = nil)
  super %(Service id="#{id}" is the default service, must be removed forcefully or make it not default before removal)
end