Exception: FormulaUnspecifiedError
- Inherits:
-
UsageError
- Object
- RuntimeError
- UsageError
- FormulaUnspecifiedError
- Defined in:
- 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.
27 28 29 |
# File 'exceptions.rb', line 27 def initialize super "this command requires a formula argument" end |