Exception: Zip::SplitArchiveError

Inherits:
Error
  • Object
show all
Defined in:
lib/zip/errors.rb

Overview

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

Instance Method Summary collapse

Instance Method Details

#messageObject



98
99
100
# File 'lib/zip/errors.rb', line 98

def message
  'Rubyzip cannot extract from split archives at this time.'
end