mirror of
https://github.com/ruby/ruby.git
synced 2025-09-16 09:04:05 +02:00
Merge RubyGems-3.4.12 and Bundler-2.4.12
This commit is contained in:
parent
dd91a17560
commit
c71a89f785
19 changed files with 865 additions and 22 deletions
|
@ -213,6 +213,16 @@ class Gem::RubyVersionMismatch < Gem::Exception; end
|
|||
|
||||
class Gem::VerificationError < Gem::Exception; end
|
||||
|
||||
##
|
||||
# Raised by Gem::WebauthnListener when an error occurs during security
|
||||
# device verification.
|
||||
|
||||
class Gem::WebauthnVerificationError < Gem::Exception
|
||||
def initialize(message)
|
||||
super "Security device verification failed: #{message}"
|
||||
end
|
||||
end
|
||||
|
||||
##
|
||||
# Raised to indicate that a system exit should occur with the specified
|
||||
# exit_code
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue