Exception: MultiZip::MemberNotFoundError
- Inherits:
-
MemberError
- Object
- RuntimeError
- BaseError
- MemberError
- MultiZip::MemberNotFoundError
- Defined in:
- lib/multi_zip/errors.rb
Instance Attribute Summary
Attributes inherited from MemberError
Instance Method Summary collapse
Methods inherited from MemberError
Methods inherited from BaseError
Constructor Details
This class inherits a constructor from MultiZip::MemberError
Instance Method Details
#message ⇒ Object
56 57 58 |
# File 'lib/multi_zip/errors.rb', line 56 def "Member \"#{@member_path}\" not found." end |