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.



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

def initialize(member_path)
  @member_path = member_path
end

Instance Attribute Details

#member_pathObject (readonly)

Returns the value of attribute member_path.



47
48
49
# File 'lib/multi_zip/errors.rb', line 47

def member_path
  @member_path
end