Module: FormulaUnreadableErrorModule Abstract Private
- Extended by:
- T::Helpers
- Included in:
- FormulaUnreadableError, TapFormulaUnreadableError
- Defined in:
- exceptions.rb
Overview
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.
This module is abstract.
Subclasses must implement the abstract methods below.
Shared methods for formula unreadable errors.
Instance Method Summary collapse
- #formula_error ⇒ Exception abstract private
Instance Method Details
#formula_error ⇒ Exception
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.
This method is abstract.
271 |
# File 'exceptions.rb', line 271 def formula_error; end |