Exception: UnpackStrategy::Dmg::Bom::EmptyError

Inherits:
Error
  • Object
show all
Defined in:
unpack_strategy/dmg.rb

Instance Method Summary collapse

Constructor Details

#initialize(path) ⇒ EmptyError

Returns a new instance of EmptyError.



35
36
37
# File 'unpack_strategy/dmg.rb', line 35

def initialize(path)
  super "BOM for path '#{path}' is empty."
end