Exception: FormulaUnspecifiedError

Inherits:
UsageError show all
Defined in:
exceptions.rb

Overview

Raised when a command expects a formula and none was specified.

Instance Attribute Summary

Attributes inherited from UsageError

#reason

Instance Method Summary collapse

Methods inherited from UsageError

#to_s

Constructor Details

#initializeFormulaUnspecifiedError

Returns a new instance of FormulaUnspecifiedError.



27
28
29
# File 'exceptions.rb', line 27

def initialize
  super "this command requires a formula argument"
end