Exception: Dpop::Controller::MissingDpopCookie
- Inherits:
-
StandardError
- Object
- StandardError
- Dpop::Controller::MissingDpopCookie
- Defined in:
- lib/dpop/controller.rb
Overview
Error for DPoP cookie not being found
Instance Method Summary collapse
-
#initialize(cookie_name) ⇒ MissingDpopCookie
constructor
A new instance of MissingDpopCookie.
Constructor Details
#initialize(cookie_name) ⇒ MissingDpopCookie
Returns a new instance of MissingDpopCookie.
10 11 12 |
# File 'lib/dpop/controller.rb', line 10 def initialize() super("No DPoP cookie found with name `#{}`. Try running `ensure_dpop!` before using this concern.") end |