Exception: MultiZip::MemberError

Inherits:
BaseError
  • Object
show all
Defined in:
lib/multi_zip/errors.rb

Direct Known Subclasses

MemberNotFoundError

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from BaseError

#to_s

Constructor Details

#initialize(member_path) ⇒ MemberError

Returns a new instance of MemberError.



50
51
52
# File 'lib/multi_zip/errors.rb', line 50

def initialize(member_path)
  @member_path = member_path
end

Instance Attribute Details

#member_pathObject (readonly)

Returns the value of attribute member_path.



49
50
51
# File 'lib/multi_zip/errors.rb', line 49

def member_path
  @member_path
end