diff options
author | Jenny Shen <[email protected]> | 2023-02-15 10:49:27 -0500 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2023-04-12 11:51:03 +0900 |
commit | 354a5c646e12aa5fbed94f818c3e4b72f05735e3 () | |
tree | ec06ed4acd88ea48a223a364e13c6be12811f8eb /lib/rubygems/exceptions.rb | |
parent | 332c4b672637c832bfa4ade64994b28de9fa6f64 (diff) |
[rubygems/rubygems] Add WebauthnVerificationError Exception
https://.com/rubygems/rubygems/commit/932c111f2c
-rw-r--r-- | lib/rubygems/exceptions.rb | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -215,6 +215,16 @@ class Gem::RubyVersionMismatch < Gem::Exception; end class Gem::VerificationError < Gem::Exception; end ## # Raised to indicate that a system exit should occur with the specified # exit_code |