class Zip::SplitArchiveError

Error raised if a split archive is read. Rubyzip does not support reading split archives.

Public Instance Methods

message() click to toggle source

The message returned by this error.

# File lib/zip/errors.rb, line 132
def message
  'Rubyzip cannot extract from split archives at this time.'
end