Exception: UnpackStrategy::Dmg::Bom::EmptyError Private
- Defined in:
- unpack_strategy/dmg.rb
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.
Instance Method Summary collapse
- #initialize(path) ⇒ void constructor private
Constructor Details
#initialize(path) ⇒ 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.
36 37 38 |
# File 'unpack_strategy/dmg.rb', line 36 def initialize(path) super "BOM for path '#{path}' is empty." end |