class Zip::SplitArchiveError
Error raised if a split archive is read. Rubyzip does not support reading split archives.
Public Instance Methods
Source
# File lib/zip/errors.rb, line 116 def message 'Rubyzip cannot extract from split archives at this time.' end
The message returned by this error.