Module: FormulaClassUnavailableErrorModule Abstract Private
- Extended by:
- T::Helpers
- Included in:
- FormulaClassUnavailableError, TapFormulaClassUnavailableError
- 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.
Subclasses must implement the abstract methods below.
Shared methods for formula class errors.
Instance Method Summary collapse
- #class_list ⇒ Array<T::Class[T.anything]> abstract private
- #class_name ⇒ String abstract private
- #path ⇒ Pathname, String abstract private
Instance Method Details
#class_list ⇒ Array<T::Class[T.anything]>
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.
208 |
# File 'exceptions.rb', line 208 def class_list; end |
#class_name ⇒ String
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.
205 |
# File 'exceptions.rb', line 205 def class_name; end |
#path ⇒ Pathname, String
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.
202 |
# File 'exceptions.rb', line 202 def path; end |