Exception: Dispatch::Auth::TokenMissingError

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

Instance Method Summary collapse

Instance Method Details

#messageObject



4
5
6
# File 'lib/dispatch/auth/errors.rb', line 4

def message
  'Authorization header required.'
end