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