Exception: Cask::MultipleCaskErrors Private
- Defined in:
- cask/exceptions.rb
Overview
This class is part of a private API. This class may only be used in the Homebrew/brew repository. Third parties should avoid using this class if possible, as it may be removed or changed without warning.
Cask error containing multiple other errors.
Instance Method Summary collapse
- #initialize(errors) ⇒ void constructor private
Constructor Details
#initialize(errors) ⇒ void
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.
11 12 13 14 15 |
# File 'cask/exceptions.rb', line 11 def initialize(errors) super() @errors = errors end |