class MultiZip::MemberNotFoundError
Public Instance Methods
message()
click to toggle source
# File lib/multi_zip/errors.rb, line 56 def message "Member \"#{@member_path}\" not found." end
# File lib/multi_zip/errors.rb, line 56 def message "Member \"#{@member_path}\" not found." end