class MultiZip::ArchiveNotFoundError

Public Instance Methods

message() click to toggle source
# File lib/multi_zip/errors.rb, line 43
def message
  "Archive \"#{@archive_filename}\" not found"
end