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