class Gem::WebauthnVerificationError

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

Public Class Methods

new(message) click to toggle source
Calls superclass method Exception::new
# File lib/rubygems/exceptions.rb, line 222
def initialize(message)
  super "Security device verification failed: #{message}"
end