Exception: FormulaOrCaskUnspecifiedError
- Inherits:
-
UsageError
- Object
- RuntimeError
- UsageError
- FormulaOrCaskUnspecifiedError
- Defined in:
- 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.
34 35 36 |
# File 'exceptions.rb', line 34 def initialize super "this command requires a formula or cask argument" end |