Exception: FormulaUnspecifiedError
- Inherits:
-
UsageError
- Object
- RuntimeError
- UsageError
- FormulaUnspecifiedError
- Defined in:
- Library/Homebrew/exceptions.rb
Overview
Raised when a command expects a formula and none was specified.
Instance Attribute Summary
Attributes inherited from UsageError
Instance Method Summary collapse
-
#initialize ⇒ FormulaUnspecifiedError
constructor
A new instance of FormulaUnspecifiedError.
Methods inherited from UsageError
Constructor Details
#initialize ⇒ FormulaUnspecifiedError
Returns a new instance of FormulaUnspecifiedError.
26 27 28 |
# File 'Library/Homebrew/exceptions.rb', line 26 def initialize super "this command requires a formula argument" end |