Exception: HomebrewCurlDownloadStrategyError
- Inherits:
-
CurlDownloadStrategyError
- Object
- RuntimeError
- CurlDownloadStrategyError
- HomebrewCurlDownloadStrategyError
- Defined in:
- exceptions.rb
Overview
Raised in CurlDownloadStrategy#fetch.
Instance Method Summary collapse
-
#initialize(url) ⇒ HomebrewCurlDownloadStrategyError
constructor
A new instance of HomebrewCurlDownloadStrategyError.
Constructor Details
#initialize(url) ⇒ HomebrewCurlDownloadStrategyError
Returns a new instance of HomebrewCurlDownloadStrategyError.
647 648 649 |
# File 'exceptions.rb', line 647 def initialize(url) super "Homebrew-installed `curl` is not installed for: #{url}" end |