Exception: UnpackStrategy::Dmg::Bom::EmptyError
- Defined in:
- unpack_strategy/dmg.rb
Instance Method Summary collapse
-
#initialize(path) ⇒ EmptyError
constructor
A new instance of EmptyError.
Constructor Details
#initialize(path) ⇒ EmptyError
Returns a new instance of EmptyError.
31 32 33 |
# File 'unpack_strategy/dmg.rb', line 31 def initialize(path) super "BOM for path '#{path}' is empty." end |