Exception: FormulaOrCaskUnspecifiedError

Inherits:
UsageError show all
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

#reason

Instance Method Summary collapse

Methods inherited from UsageError

#to_s

Constructor Details

#initializeFormulaOrCaskUnspecifiedError

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