Exception: JwtAuthenticable::Exceptions::InvalidIncluder
- Inherits:
-
StandardError
- Object
- StandardError
- JwtAuthenticable::Exceptions::InvalidIncluder
- Defined in:
- lib/jwt_authenticable/exceptions.rb
Overview
Exception when the includer is not invalid
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
15 16 17 |
# File 'lib/jwt_authenticable/exceptions.rb', line 15 def "The includer should export the 'request' method (i.e., it should be a rails controller)" end |