Exception: ThreeScale::Core::ServiceTokenRequiresServiceId

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

#initializeServiceTokenRequiresServiceId

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