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



56
57
58
# File 'lib/multi_zip/errors.rb', line 56

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