123456789_123456789_123456789_123456789_123456789_

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

Constructor Details

.new(message) ⇒ WebauthnVerificationError

[ GitHub ]

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

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