class Zip::Error

Overview

Wrapper for exceptions raised by most Archive and File methods.

Defined in:

zip/error.cr

Constructors

Constructor Detail

def self.new(code : ErrorCode) #

Internal wrapper to create a new Error by wrapping an ErrorCode value.


[View source]
def self.new(num : Int32) #

Internal wrapper to create a new Error from arbitrary integer value num.


[View source]