class Dispatch::Auth::NotAuthenticatedError

Public Instance Methods

message() click to toggle source
# File lib/dispatch/auth/errors.rb, line 10
def message
  'Request is not authenticated.'
end