Method: Gem::WebauthnVerificationError#initialize

Defined in:
lib/rubygems/exceptions.rb

#initialize(message) ⇒ WebauthnVerificationError

Returns a new instance of WebauthnVerificationError.



211
212
213
# File 'lib/rubygems/exceptions.rb', line 211

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