Exception: GrapeTokenAuth::SecretNotSet

Inherits:
StandardError
  • Object
show all
Defined in:
lib/grape_token_auth/exceptions.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



25
26
27
28
# File 'lib/grape_token_auth/exceptions.rb', line 25

def message
  'GrapeTokenAuth secret is not set, define your secret with a' +
    ' safe random key in the GrapeTokenAuth configuration'
end