Exception: Dpop::CookieJar::InvalidCookieError
- Inherits:
-
StandardError
- Object
- StandardError
- Dpop::CookieJar::InvalidCookieError
- Defined in:
- lib/dpop/cookie_jar.rb
Overview
Error for when cookie is not decipherable
Instance Method Summary collapse
-
#initialize(cookie_name, cookie_value) ⇒ InvalidCookieError
constructor
A new instance of InvalidCookieError.
Constructor Details
#initialize(cookie_name, cookie_value) ⇒ InvalidCookieError
Returns a new instance of InvalidCookieError.
8 9 10 |
# File 'lib/dpop/cookie_jar.rb', line 8 def initialize(, ) super("invalid value for #{}: #{}") end |