Exception: Bundler::HTTPError
- Inherits:
-
BundlerError
- Object
- StandardError
- BundlerError
- Bundler::HTTPError
- Defined in:
- lib/bundler/errors.rb
Direct Known Subclasses
Fetcher::AuthenticationRequiredError, Fetcher::BadAuthenticationError, Fetcher::CertificateFailureError, Fetcher::FallbackError, Fetcher::NetworkDownError, Fetcher::SSLError, Fetcher::TooManyRequestsError
Instance Method Summary collapse
Methods inherited from BundlerError
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 |