Exception: HTAuth::Argon2::NotInstalledError
- Inherits:
-
InvalidAlgorithmError
- Object
- StandardError
- Error
- InvalidAlgorithmError
- HTAuth::Argon2::NotInstalledError
- Defined in:
- lib/htauth/argon2.rb
Overview
Internal: Error class when argon2 is not installed
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
24 25 26 |
# File 'lib/htauth/argon2.rb', line 24 def "Argon2 passwords are supported if the `argon2' gem is installed. Add `gem 'argon2', '~> 2.3'` to your Gemfile" end |