Exception: Bundler::HTTPError

Inherits:
BundlerError show all
Defined in:
lib/bundler/errors.rb

Instance Method Summary collapse

Methods inherited from BundlerError

all_errors, status_code

Instance Method Details

#filter_uri(uri) ⇒ Object



46
47
48
# File 'lib/bundler/errors.rb', line 46

def filter_uri(uri)
  URICredentialsFilter.credential_filtered_uri(uri)
end