Exception: Gem::WebauthnVerificationError

Inherits:
Exception
  • Object
show all
Defined in:
lib/rubygems/exceptions.rb

Overview

Raised by Gem::WebauthnListener when an error occurs during security device verification.

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ WebauthnVerificationError

Returns a new instance of WebauthnVerificationError.



222
223
224
# File 'lib/rubygems/exceptions.rb', line 222

def initialize(message)
  super "Security device verification failed: #{message}"
end