Exception: HomebrewCurlDownloadStrategyError

Inherits:
CurlDownloadStrategyError show all
Defined in:
exceptions.rb

Overview

Instance Method Summary collapse

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