Exception: ThreeScale::Core::ServiceTokenRequiresToken

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

Instance Method Summary collapse

Methods inherited from Error

code, #code, #to_xml, underscore

Constructor Details

#initializeServiceTokenRequiresToken

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