Exception: ThreeScale::Backend::ServiceIdMissing
- Defined in:
- lib/3scale/backend/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ ServiceIdMissing
constructor
A new instance of ServiceIdMissing.
Methods inherited from Invalid
Methods inherited from Error
#code, code, #http_code, #to_xml, underscore
Constructor Details
#initialize ⇒ ServiceIdMissing
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 |