class Gem::WebauthnVerificationError
当安全设备验证过程中发生错误时,由 Gem::WebauthnListener 引发。
公共类方法
源代码
# File lib/rubygems/exceptions.rb, line 221 def initialize(message) super "Security device verification failed: #{message}" end
调用超类方法
Exception::new