class Zip::Error
- Zip::Error
- Exception
- Reference
- Object
Overview
Wrapper for exceptions raised by most Archive
and File
methods.
Defined in:
zip/error.crConstructors
- .new(code : ErrorCode)
-
.new(num : Int32)
Internal wrapper to create a new
Error
from arbitrary integer value num.