1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[rubygems/rubygems] Bring back the empty line that was removed previously by mistake

ffb480ca7a
This commit is contained in:
Daniel Niknam 2021-08-23 23:02:57 +10:00 committed by Hiroshi SHIBATA
parent d73dc8e937
commit 7067005f23
Notes: git 2021-08-31 19:06:55 +09:00

View file

@ -22,6 +22,7 @@ class Gem::RemoteFetcher
class FetchError < Gem::Exception
##
# The URI which was being accessed when the exception happened.
attr_accessor :uri, :original_uri
def initialize(message, uri)