Exception: FormulaInstallationAlreadyAttemptedError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- FormulaInstallationAlreadyAttemptedError
- Defined in:
- exceptions.rb
Overview
Raised when a formula installation was already attempted.
Instance Method Summary collapse
-
#initialize(formula) ⇒ FormulaInstallationAlreadyAttemptedError
constructor
A new instance of FormulaInstallationAlreadyAttemptedError.
Constructor Details
#initialize(formula) ⇒ FormulaInstallationAlreadyAttemptedError
Returns a new instance of FormulaInstallationAlreadyAttemptedError.
389 390 391 |
# File 'exceptions.rb', line 389 def initialize(formula) super "Formula installation already attempted: #{formula.full_name}" end |