Method: ThreeScale::Core::ServiceTokenRequiresToken#initialize
- Defined in:
- lib/3scale/core/errors.rb
#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 |