Exception: MultiZip::MemberNotFoundError

Inherits:
MemberError show all
Defined in:
lib/multi_zip/errors.rb

Instance Attribute Summary

Attributes inherited from MemberError

#member_path

Instance Method Summary collapse

Methods inherited from MemberError

#initialize

Methods inherited from BaseError

#to_s

Constructor Details

This class inherits a constructor from MultiZip::MemberError

Instance Method Details

#messageObject



54
55
56
# File 'lib/multi_zip/errors.rb', line 54

def message
  "Member \"#{@member_path}\" not found."
end