Class: ThreeScale::Backend::ServiceToken::InvalidServiceToken

Inherits:
ValidationError
  • Object
show all
Defined in:
lib/3scale/backend/service_token.rb

Instance Method Summary collapse

Constructor Details

#initializeInvalidServiceToken

Returns a new instance of InvalidServiceToken.



18
19
20
# File 'lib/3scale/backend/service_token.rb', line 18

def initialize
  super('Service token cannot be blank'.freeze)
end