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.
132 133 134 |
# File 'lib/zip/errors.rb', line 132 def 'Rubyzip cannot extract from split archives at this time.' end |