Exception: Gem::WebauthnVerificationError
- Defined in:
- lib/rubygems/exceptions.rb
Overview
Raised by Gem::WebauthnListener when an error occurs during security device verification.
Instance Method Summary collapse
-
#initialize(message) ⇒ WebauthnVerificationError
constructor
A new instance of WebauthnVerificationError.
Constructor Details
#initialize(message) ⇒ WebauthnVerificationError
Returns a new instance of WebauthnVerificationError.
221 222 223 |
# File 'lib/rubygems/exceptions.rb', line 221 def initialize() super "Security device verification failed: #{}" end |