Exception: CookieMonster::Encryption::PasswordInvalid
- Inherits:
-
Exception
- Object
- Exception
- CookieMonster::Encryption::PasswordInvalid
- Defined in:
- lib/cookie_monster/encryption.rb
Instance Method Summary collapse
-
#initialize(s) ⇒ PasswordInvalid
constructor
A new instance of PasswordInvalid.
Constructor Details
#initialize(s) ⇒ PasswordInvalid
Returns a new instance of PasswordInvalid.
51 |
# File 'lib/cookie_monster/encryption.rb', line 51 def initialize(s); s; end |