Exception: GrapeTokenAuth::SecretNotSet
- Inherits:
-
StandardError
- Object
- StandardError
- GrapeTokenAuth::SecretNotSet
- Defined in:
- lib/grape_token_auth/exceptions.rb
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
25 26 27 28 |
# File 'lib/grape_token_auth/exceptions.rb', line 25 def 'GrapeTokenAuth secret is not set, define your secret with a' + ' safe random key in the GrapeTokenAuth configuration' end |