Exception: Zip::SplitArchiveError
- 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
-
#message ⇒ Object
The message returned by this error.
Instance Method Details
#message ⇒ Object
The message returned by this error.
116 117 118 |
# File 'lib/zip/errors.rb', line 116 def 'Rubyzip cannot extract from split archives at this time.' end |