Exception: Gem::WebauthnVerificationError
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
|
Class Chain:
self,
Exception,
RuntimeError
|
|
|
Instance Chain:
self,
Exception,
RuntimeError
|
|
| Inherits: |
Gem::Exception
|
| Defined in: | lib/rubygems/exceptions.rb |
Overview
Raised by Gem::WebauthnListener when an error occurs during security device verification.
Class Method Summary
- .new(message) ⇒ WebauthnVerificationError constructor
Constructor Details
.new(message) ⇒ WebauthnVerificationError
# File 'lib/rubygems/exceptions.rb', line 212
def initialize() super "Security device verification failed: #{}" end