Exception: JwtAuthenticable::Exceptions::MissingAuth
- Inherits:
-
StandardError
- Object
- StandardError
- JwtAuthenticable::Exceptions::MissingAuth
- Defined in:
- lib/jwt_authenticable/exceptions.rb
Overview
Exception for missing Authentication header
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
22 23 24 |
# File 'lib/jwt_authenticable/exceptions.rb', line 22 def 'Authentication header must be present' end |