Exception: GrapeTokenAuth::MappingsUndefinedError

Inherits:
StandardError
  • Object
show all
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

#messageObject



15
16
17
18
# File 'lib/grape_token_auth/exceptions.rb', line 15

def message
  'GrapeTokenAuth mapping are undefined. Define your mappings' +
    ' within the GrapeTokenAuth configuration'
end