Exception: ChefHelpers::Exceptions::InvalidPasswordError
- Inherits:
-
StandardError
- Object
- StandardError
- ChefHelpers::Exceptions::InvalidPasswordError
- Defined in:
- lib/chef_helpers/exceptions.rb
Overview
This exception is raised if a password was generated, but for some reason does not match the password that was supposed to be encrypted.
Instance Method Summary collapse
-
#message ⇒ String
Error message specific to the InvalidPasswordError.
Instance Method Details
#message ⇒ String
Error message specific to the InvalidPasswordError.
11 12 13 |
# File 'lib/chef_helpers/exceptions.rb', line 11 def 'The password hash generated did not match the password passed in.' end |