Exception: ThreeScale::Backend::ServiceIdMissing

Inherits:
Invalid
  • Object
show all
Defined in:
lib/3scale/backend/errors.rb

Instance Method Summary collapse

Methods inherited from Invalid

#http_code

Methods inherited from Error

#code, code, #http_code, #to_xml, underscore

Constructor Details

#initializeServiceIdMissing

Returns a new instance of ServiceIdMissing.



226
227
228
# File 'lib/3scale/backend/errors.rb', line 226

def initialize
  super 'Service ID is missing'.freeze
end