JuliaIO / GZip.jl

A Julia interface for gzip functions in zlib
https://juliaio.github.io/GZip.jl/dev
MIT License
39 stars 30 forks source link

Throwing SystemError using errno (#81) #82

Closed kmundnic closed 1 year ago

kmundnic commented 5 years ago

Using errno to describe SystemError when failing to open a file. Removed the use of GZError in these two cases.