Module: FormulaUnreadableErrorModule Private

Included in:
FormulaUnreadableError, TapFormulaUnreadableError
Defined in:
exceptions.rb,
exceptions.rbi

This module is part of a private API. This module may only be used in the Homebrew/brew repository. Third parties should avoid using this module if possible, as it may be removed or changed without warning.

Instance Attribute Summary collapse

Instance Attribute Details

#formula_errorObject (readonly)

This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.



200
201
202
# File 'exceptions.rb', line 200

def formula_error
  @formula_error
end