Exception: ThreeScale::Core::ServiceTokenRequiresServiceId
- Defined in:
- lib/3scale/core/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ ServiceTokenRequiresServiceId
constructor
A new instance of ServiceTokenRequiresServiceId.
Methods inherited from Error
code, #code, #to_xml, underscore
Constructor Details
#initialize ⇒ ServiceTokenRequiresServiceId
Returns a new instance of ServiceTokenRequiresServiceId.
83 84 85 |
# File 'lib/3scale/core/errors.rb', line 83 def initialize super 'ServiceToken is invalid, service ID cannot be blank' end |