Exception: GrapeTokenAuth::MappingsUndefinedError
- Inherits:
-
StandardError
- Object
- StandardError
- GrapeTokenAuth::MappingsUndefinedError
- Defined in:
- lib/grape_token_auth/exceptions.rb
Overview
Error when end-user has not configured any mappings
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
15 16 17 18 |
# File 'lib/grape_token_auth/exceptions.rb', line 15 def 'GrapeTokenAuth mapping are undefined. Define your mappings' + ' within the GrapeTokenAuth configuration' end |