Exception: HTAuth::Argon2::NotSupportedError
- Inherits:
-
InvalidAlgorithmError
- Object
- StandardError
- Error
- InvalidAlgorithmError
- HTAuth::Argon2::NotSupportedError
- Defined in:
- lib/htauth/argon2.rb
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
12 13 14 |
# File 'lib/htauth/argon2.rb', line 12 def "Unfortunately Argon2 passwords are not supported on `#{RUBY_PLATFORM} at this time. This because the upstream argon2 gem does not support windows." end |