Exception: ThreeScale::Backend::ServiceIdInvalid

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

Instance Method Summary collapse

Methods inherited from Error

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

Constructor Details

#initialize(id) ⇒ ServiceIdInvalid

Returns a new instance of ServiceIdInvalid.



119
120
121
# File 'lib/3scale/backend/errors.rb', line 119

def initialize(id)
  super %(service id "#{id}" is invalid)
end