Exception: HTAuth::Argon2::NotSupportedError
- Inherits:
-
InvalidAlgorithmError
- Object
- StandardError
- Error
- InvalidAlgorithmError
- HTAuth::Argon2::NotSupportedError
- Defined in:
- lib/htauth/argon2.rb
Overview
Internal: Error class when argon2 is specified on windows
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
14 15 16 17 18 19 |
# File 'lib/htauth/argon2.rb', line 14 def [ "Unfortunately Argon2 passwords are not supported on `#{RUBY_PLATFORM} at this time.", "This because the upstream argon2 gem does not support windows.", ].join(" ") end |