Exception: Dispatch::Auth::NotAuthenticatedError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/dispatch/auth/errors.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



10
11
12
# File 'lib/dispatch/auth/errors.rb', line 10

def message
  'Request is not authenticated.'
end