Exception: Dispatch::Auth::NotAuthorizedError

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

Instance Method Summary collapse

Instance Method Details

#messageObject



16
17
18
# File 'lib/dispatch/auth/errors.rb', line 16

def message
  'You are not authorized to access this page.'
end