Exception: ThreeScale::Backend::ServiceIdInvalid
- Defined in:
- lib/3scale/backend/errors.rb
Instance Method Summary collapse
-
#initialize(id) ⇒ ServiceIdInvalid
constructor
A new instance of ServiceIdInvalid.
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 |