class GrapeTokenAuth::SecretNotSet
Public Instance Methods
message()
click to toggle source
# 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